Added audit due console command to kernel
This commit is contained in:
parent
0e234bac70
commit
996a4cc29b
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class Kernel extends ConsoleKernel
|
||||||
$schedule->command('snipeit:expected-checkin')->daily();
|
$schedule->command('snipeit:expected-checkin')->daily();
|
||||||
$schedule->command('snipeit:backup')->weekly();
|
$schedule->command('snipeit:backup')->weekly();
|
||||||
$schedule->command('backup:clean')->daily();
|
$schedule->command('backup:clean')->daily();
|
||||||
|
$schedule->command('snipeit:upcoming-audits')->daily();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function commands()
|
protected function commands()
|
||||||
|
|
Loading…
Add table
Reference in a new issue