Skip to content

Commit 3f711bd

Browse files
committed
Changed visibility of RabbitMQQueue::reportConnectionError from private to protected
1 parent bbabfc9 commit 3f711bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VladimirYuldashev/LaravelQueueRabbitMQ/Queue/RabbitMQQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public function getCorrelationId()
325325
* @param string $action
326326
* @param Exception $e
327327
*/
328-
private function reportConnectionError($action, Exception $e)
328+
protected function reportConnectionError($action, Exception $e)
329329
{
330330
Log::error('AMQP error while attempting '.$action.': '.$e->getMessage());
331331
// Sleep so that we don't flood the log file

0 commit comments

Comments
 (0)