Fix broken suspension cleaner
This commit rewrites the previously broken auto ban cleaner. It's now much more efficient and compact, and it removes bans correctly and on the right date. Fixes #1
This commit is contained in:
@@ -53,6 +53,7 @@ class Kernel extends ConsoleKernel
|
||||
$schedule->job(new ProcessDueSuspensions)
|
||||
->daily();
|
||||
// Production value: Every day
|
||||
// Development value: Every minute
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user