We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ed54b commit 5bd04bfCopy full SHA for 5bd04bf
src/Illuminate/Queue/Worker.php
@@ -400,9 +400,9 @@ protected function getNextJob($connection, $queue)
400
*/
401
protected function queuePaused($connectionName, $queue)
402
{
403
- return $this->cache && (bool) ($this->cache->get(
+ return $this->cache && (bool) $this->cache->get(
404
"illuminate:queue:paused:{$connectionName}:{$queue}", false
405
- ));
+ );
406
}
407
408
/**
0 commit comments