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