@@ -87,7 +87,7 @@ |
||
| 87 | 87 | // Verify that the upload is valid and being processed |
| 88 | 88 | if($receiver->isUploaded() === false) |
| 89 | 89 | { |
| 90 | - Log::error('Upload File Missing - ' . |
|
| 90 | + Log::error('Upload File Missing - '. |
|
| 91 | 91 | /** @scrutinizer ignore-type */ |
| 92 | 92 | $request->toArray()); |
| 93 | 93 | throw new UploadMissingFileException(); |
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | // Verify that the upload is valid and being processed |
| 49 | 49 | if($receiver->isUploaded() === false) |
| 50 | 50 | { |
| 51 | - Log::error('Upload File Missing - ' . |
|
| 51 | + Log::error('Upload File Missing - '. |
|
| 52 | 52 | /** @scrutinizer ignore-type */ |
| 53 | 53 | $request->toArray()); |
| 54 | 54 | throw new UploadMissingFileException(); |