mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-29 14:59:30 -05:00
(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:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user