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