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