mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
Shortens the example phone number
This commit is contained in:
@@ -4,7 +4,5 @@
|
||||
<bg=green;fg=white> The Doctrine configuration has been already done.</>
|
||||
<bg=green;fg=white> You now can use `phone_number` as a ORM-Type: </>
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="phone_number")
|
||||
*/
|
||||
private $phoneNumber;
|
||||
/** @ORM\Column(type="phone_number") */
|
||||
private $phoneNumber;
|
||||
|
||||
Reference in New Issue
Block a user