mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Uncomment backup
This commit is contained in:
parent
8774f0cf45
commit
6b013724aa
|
@ -62,7 +62,7 @@ class RestoreDeletedUsers extends Command
|
|||
$users = User::whereBetween('deleted_at', [$start_date, $end_date])->withTrashed()->get();
|
||||
$this->info('There are '.$users->count().' users deleted between '.$start_date.' and '.$end_date);
|
||||
$this->warn('Making a backup!');
|
||||
//Artisan::call('backup:run');
|
||||
Artisan::call('backup:run');
|
||||
|
||||
foreach ($users as $user) {
|
||||
$user_count++;
|
||||
|
|
Loading…
Reference in a new issue