mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
7 lines
324 B
YAML
7 lines
324 B
YAML
# To persist libphonenumber\PhoneNumber objects, add the Misd\PhoneNumberBundle\Doctrine\DBAL\Types\PhoneNumberType mapping to your application's config.
|
|
# This requires: doctrine/doctrine-bundle
|
|
# doctrine:
|
|
# dbal:
|
|
# types:
|
|
# phone_number: Misd\PhoneNumberBundle\Doctrine\DBAL\Types\PhoneNumberType
|