Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpustulka committed Dec 21, 2018
1 parent 6e97e08 commit 0ec1bc9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -188,7 +188,7 @@ public function error_method()
public function uploaded_files()
{
$files = Hash::flatten($this->request->getUploadedFiles());
$names = collection($files)->map(function(UploadedFileInterface $file) {
$names = collection($files)->map(function (UploadedFileInterface $file) {
return $file->getClientFilename();
});

Expand Down

0 comments on commit 0ec1bc9

Please sign in to comment.