mirror of
				https://github.com/Seldaek/monolog.git
				synced 2025-10-29 11:26:09 +01:00 
			
		
		
		
	Fix build
This commit is contained in:
		| @@ -38,7 +38,7 @@ class AmqpHandler extends AbstractProcessingHandler | ||||
|     public function __construct($exchange, $exchangeName = 'log', $level = Logger::DEBUG, $bubble = true) | ||||
|     { | ||||
|         if ($exchange instanceof AMQPExchange) { | ||||
|             $this->exchange->setName($exchangeName); | ||||
|             $exchange->setName($exchangeName); | ||||
|         } elseif ($exchange instanceof AMQPChannel) { | ||||
|             $this->exchangeName = $exchangeName; | ||||
|         } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user