add tests batch 20
This commit is contained in:
@@ -10,7 +10,7 @@ class CleanupSchedulerService
|
||||
public function shouldRun(string $cacheKey, int $minutes): bool
|
||||
{
|
||||
$lastRun = Cache::get($cacheKey);
|
||||
if (! $lastRun) {
|
||||
if (!$lastRun) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user