You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$builder->add('imgs', 'collection', array(
'type' => new FileType(),
'data' => [
new File(),
new File(),
]
));
An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class File could not be converted to string in.. 159 etc
The text was updated successfully, but these errors were encountered:
bootstrap.twig.html:159
should be something like
value is the file object.
simple example:
An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class File could not be converted to string in.. 159 etc
The text was updated successfully, but these errors were encountered: