Apply fixes from StyleCI

This commit is contained in:
HDVinnie
2019-01-17 22:41:33 +00:00
committed by StyleCI Bot
parent 3f7acc6298
commit d29a5df589
2 changed files with 103 additions and 92 deletions
@@ -121,6 +121,7 @@ class BackupController extends Controller
if ($adapter instanceof Local) {
if ($disk->exists($file_name)) {
$disk->delete($file_name);
return 'success';
} else {
return abort(404, trans('backup.backup_doesnt_exist'));