Added audit due console command to kernel

This commit is contained in:
snipe 2019-05-05 19:15:24 -04:00
parent 0e234bac70
commit 996a4cc29b

View file

@ -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()