Passed
Pull Request — master (#80)
by Fèvre
18:31 queued 12:48
created
app/Http/Controllers/DownloadsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function download($fileName)
16 16
     {
17
-        $filePath = public_path('files/'.$fileName);
17
+        $filePath = public_path('files/' . $fileName);
18 18
 
19 19
         return response()->download($filePath);
20 20
     }
Please login to merge, or discard this patch.