mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
14 lines
442 B
YAML
14 lines
442 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
|
|
|
|
#misd_phone_number:
|
|
# twig: false
|
|
# form: false
|
|
# serializer: false
|
|
# validator:
|
|
# default_region: GB
|