Forgot semicolon

This commit is contained in:
Mikael Nordfeldth 2016-01-14 02:05:33 +01:00
parent f699ffeb8a
commit 331abf173b
1 changed files with 1 additions and 1 deletions

View File

@ -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;