@@ -17,7 +17,7 @@ |
||
17 | 17 | { |
18 | 18 | $this->authorize('file.download'); |
19 | 19 | |
20 | - if(Storage::exists($file->path)) { |
|
20 | + if (Storage::exists($file->path)) { |
|
21 | 21 | return Storage::download($file->path, $file->filename, [ |
22 | 22 | 'X-Vapor-Base64-Encode' => 'True' |
23 | 23 | ]); |