Skip to content

Commit ac3252a

Browse files
committed
method name
1 parent 243a8f9 commit ac3252a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Console/CacheCommandMutex.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public function create($command)
4242
return $this->cache->store($this->store)->add(
4343
$this->commandMutexName($command),
4444
true,
45-
method_exists($command, 'isolationExpiresAt')
46-
? $command->isolationExpiresAt()
45+
method_exists($command, 'isolationLockExpiresAt')
46+
? $command->isolationLockExpiresAt()
4747
: CarbonInterval::hour(),
4848
);
4949
}

0 commit comments

Comments
 (0)