fix: use correct country tokens

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 56fa5355fd
commit c89bda86b7
+1 -1
View File
@@ -35,7 +35,7 @@ class AddressType extends AbstractType
'label' => 'Land', 'label' => 'Land',
'property' => 'country', 'property' => 'country',
'required' => $options['required'], 'required' => $options['required'],
'preferred_choices' => ['DE', 'AT', 'CH'], 'preferred_choices' => ['D', 'A', 'CH'],
]); ]);
} }