(Update) Commands

- schedule new commands
- set pruning system to off by default
- check if system is on or off in command
This commit is contained in:
HDVinnie
2018-10-15 09:45:12 -04:00
parent 22be4c1619
commit 9f830e186f
4 changed files with 45 additions and 39 deletions
+2
View File
@@ -64,6 +64,8 @@ class Kernel extends ConsoleKernel
$schedule->command('recycleInvites')->daily();
$schedule->command('recycleActivityLog')->daily();
$schedule->command('recycleFailedLogins')->daily();
$schedule->command('disableInactiveUsers')->daily();
$schedule->command('softDeleteDisabledUsers')->daily();
}
/**