mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
added file type to FormType Parser
This commit is contained in:
parent
96e5d15f1b
commit
b124824a8d
@ -46,6 +46,7 @@ class FormTypeParser implements ParserInterface
|
||||
'textarea' => DataTypes::STRING,
|
||||
'country' => DataTypes::STRING,
|
||||
'choice' => DataTypes::ENUM,
|
||||
'file' => DataTypes::FILE,
|
||||
);
|
||||
|
||||
public function __construct(FormFactoryInterface $formFactory)
|
||||
|
Loading…
x
Reference in New Issue
Block a user