Sylius/tests/DataFixtures/ORM/resources/countries.yml
2016-04-18 14:02:57 +02:00

12 lines
279 B
YAML

Sylius\Component\Addressing\Model\Country:
country_NL:
code: NL
country_BE:
code: BE
Sylius\Component\Addressing\Model\Province:
province_BE_limburg:
name: Limburg
abbreviation: lim
code: be_lim
country: '@country_BE'