mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Added password requests cleanup to scheduler
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a5b857c753
commit
1c1f3dc42c
|
@ -24,6 +24,7 @@ class Kernel extends ConsoleKernel
|
|||
$schedule->command('snipeit:backup')->weekly();
|
||||
$schedule->command('backup:clean')->daily();
|
||||
$schedule->command('snipeit:upcoming-audits')->daily();
|
||||
$schedule->command('auth:clear-resets')->everyFifteenMinutes();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue