Some minor stylistic changes

This commit is contained in:
Ivan Nieto Vivanco 2022-02-17 18:05:06 -06:00
parent 5b2a5ff124
commit 23a6907975

View file

@ -1238,16 +1238,6 @@ class SettingsController extends Controller
return redirect()->route('settings.backups.index')->with('error', $output);
}
//dd($output);
// TODO: insert the user if they are not there in the old one
// log the user out
} else {
return redirect()->route('settings.backups.index')->with('error', trans('admin/settings/message.backup.file_not_found'));