mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
14 lines
324 B
YAML
14 lines
324 B
YAML
Sylius\Component\Addressing\Model\Country:
|
|
country_NL:
|
|
code: "NL"
|
|
country_BE:
|
|
code: "BE"
|
|
country_PL:
|
|
code: "PL"
|
|
|
|
Sylius\Component\Addressing\Model\Province:
|
|
province_BE_limburg:
|
|
name: "Limburg"
|
|
abbreviation: "lim"
|
|
code: "be_lim"
|
|
country: "@country_BE"
|