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 bbabfc9 commit 3f711bdCopy full SHA for 3f711bd
src/VladimirYuldashev/LaravelQueueRabbitMQ/Queue/RabbitMQQueue.php
@@ -325,7 +325,7 @@ public function getCorrelationId()
325
* @param string $action
326
* @param Exception $e
327
*/
328
- private function reportConnectionError($action, Exception $e)
+ protected function reportConnectionError($action, Exception $e)
329
{
330
Log::error('AMQP error while attempting '.$action.': '.$e->getMessage());
331
// Sleep so that we don't flood the log file
0 commit comments