mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-01 19:00:20 +02:00
Fix content_type property
The property "Content-type" does not exist. Use "content_type" instead. Work for RabbitMQ.
This commit is contained in:
@@ -65,7 +65,7 @@ class AmqpHandler extends AbstractProcessingHandler
|
||||
0,
|
||||
array(
|
||||
'delivery_mode' => 2,
|
||||
'Content-type' => 'application/json',
|
||||
'content_type' => 'application/json',
|
||||
)
|
||||
);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user