Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit a2bbd3d

Browse files
author
Steve Porter
committed
Merge branch 'master' of github.com:StevePorter92/laravel-horizon-rabbitmq into release-fix
2 parents e479a66 + 74ffdf5 commit a2bbd3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/RabbitMQQueue.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ protected function popRaw($queueName = null)
8282
} catch (\Exception $exception) {
8383
$this->reportConnectionError('pop', $exception);
8484
}
85-
86-
return null;
8785
}
8886

8987
/**

0 commit comments

Comments
 (0)