Skip to content

Commit

Permalink
Merge branch '2.0' into 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Warxcell committed Feb 1, 2021
2 parents ceeec08 + 7cf3470 commit 4de9ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/EventListener/FileUploadListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private function transform($data)
{
if ($this->multiple) {
return array_map(
fn(UploadedFile $file) => $this->fileManager->upload($data),
fn(UploadedFile $file) => $this->fileManager->upload($file),
$data
);
} else {
Expand Down

0 comments on commit 4de9ce4

Please sign in to comment.