Merge pull request #688

This commit is contained in:
symfony-flex-server[bot]
2019-06-21 16:00:27 +00:00
committed by GitHub

View File

@@ -1,8 +1,8 @@
<bg=green;fg=white></>
<bg=green;fg=white> You now can use the phone bundle as descriped here: </>
<bg=green;fg=white> You now can use the phone bundle as described here: </>
<bg=green;fg=white> https://github.com/misd-service-development/phone-number-bundle#usage </>
<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: </>
<bg=green;fg=white> You now can use `phone_number` as an ORM-Type: </>
/** @ORM\Column(type="phone_number") */
private $phoneNumber;