Skip to content

Commit be5c440

Browse files
author
Andrei Telteu
committed
fixed style cs
1 parent 105d885 commit be5c440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/Http/Controllers/BackupController.php

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public function download()
9191
if ($disk->exists($file_name)) {
9292
if (method_exists($disk->getAdapter(), 'getPathPrefix')) {
9393
$storage_path = $disk->getAdapter()->getPathPrefix();
94+
9495
return response()->download($storage_path.$file_name);
9596
} else {
9697
return $disk->download($file_name);

0 commit comments

Comments
 (0)