diff --git a/Parser/FormTypeParser.php b/Parser/FormTypeParser.php index 4b0b11a..a2bcbca 100644 --- a/Parser/FormTypeParser.php +++ b/Parser/FormTypeParser.php @@ -33,6 +33,7 @@ class FormTypeParser 'number' => 'float', 'integer' => 'int', 'textarea' => 'string', + 'country' => 'string', ); public function __construct(FormFactoryInterface $formFactory)