Some minor stylistic changes
This commit is contained in:
parent
5b2a5ff124
commit
23a6907975
1 changed files with 0 additions and 10 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Reference in a new issue