@@ -14,7 +14,7 @@ |
||
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 | } |