Passed
Pull Request — master (#95)
by Fèvre
14:08 queued 07:20
created
app/Http/Controllers/DownloadsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function download(string $fileName)
19 19
     {
20
-        $filePath = public_path('files/'.$fileName);
20
+        $filePath = public_path('files/' . $fileName);
21 21
 
22 22
         if (!file_exists($filePath)) {
23 23
             abort(404, 'File not found.');
Please login to merge, or discard this patch.