mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added audit due console command to kernel
This commit is contained in:
parent
0e234bac70
commit
996a4cc29b
|
@ -49,6 +49,7 @@ class Kernel extends ConsoleKernel
|
|||
$schedule->command('snipeit:expected-checkin')->daily();
|
||||
$schedule->command('snipeit:backup')->weekly();
|
||||
$schedule->command('backup:clean')->daily();
|
||||
$schedule->command('snipeit:upcoming-audits')->daily();
|
||||
}
|
||||
|
||||
protected function commands()
|
||||
|
|
Loading…
Reference in a new issue