We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243a8f9 commit ac3252aCopy full SHA for ac3252a
src/Illuminate/Console/CacheCommandMutex.php
@@ -42,8 +42,8 @@ public function create($command)
42
return $this->cache->store($this->store)->add(
43
$this->commandMutexName($command),
44
true,
45
- method_exists($command, 'isolationExpiresAt')
46
- ? $command->isolationExpiresAt()
+ method_exists($command, 'isolationLockExpiresAt')
+ ? $command->isolationLockExpiresAt()
47
: CarbonInterval::hour(),
48
);
49
}
0 commit comments