mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-23 12:44:12 -08:00
Updated kernel with new namespace
This commit is contained in:
parent
599066cbde
commit
7c710e3fbe
|
@ -34,8 +34,8 @@ class Kernel extends ConsoleKernel
|
|||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
|
||||
$schedule->command('alerts:inventory')->daily();
|
||||
$schedule->command('alerts:expiring')->daily();
|
||||
$schedule->command('snipeit:inventory-alerts')->daily();
|
||||
$schedule->command('snipeit:expiring-alerts')->daily();
|
||||
$schedule->command('snipeit:backup')->weekly();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue