Forgot semicolon
This commit is contained in:
parent
f699ffeb8a
commit
331abf173b
@ -91,7 +91,7 @@ class DBQueueManager extends QueueManager
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
$handler = $this->getHandler($qi->transport);
|
$handler = $this->getHandler($qi->transport);
|
||||||
$result = $handler->handle($item)
|
$result = $handler->handle($item);
|
||||||
} catch (NoQueueHandlerException $e) {
|
} catch (NoQueueHandlerException $e) {
|
||||||
$this->noHandlerFound($qi, $rep);
|
$this->noHandlerFound($qi, $rep);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user