mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-07 14:45:31 +00:00
@ -1234,7 +1234,9 @@ class SettingsController extends Controller
|
||||
// TODO: run a backup
|
||||
|
||||
|
||||
Artisan::call('db:wipe');
|
||||
Artisan::call('db:wipe', [
|
||||
'--force' => true,
|
||||
]);
|
||||
|
||||
// run the restore command
|
||||
Artisan::call('snipeit:restore',
|
||||
|
||||
Reference in New Issue
Block a user