mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
Apply fixes from StyleCI
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user