mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Add country type
This commit is contained in:
parent
6ee4d9014d
commit
15a4558277
@ -33,6 +33,7 @@ class FormTypeParser
|
|||||||
'number' => 'float',
|
'number' => 'float',
|
||||||
'integer' => 'int',
|
'integer' => 'int',
|
||||||
'textarea' => 'string',
|
'textarea' => 'string',
|
||||||
|
'country' => 'string',
|
||||||
);
|
);
|
||||||
|
|
||||||
public function __construct(FormFactoryInterface $formFactory)
|
public function __construct(FormFactoryInterface $formFactory)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user