1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 06:06:40 +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:
Jean-Baptiste Nahan
2016-03-08 13:24:58 +01:00
committed by Jordi Boggiano
parent 81045d5974
commit f4b89ac754

View File

@@ -64,7 +64,7 @@ class AmqpHandler extends AbstractProcessingHandler
0,
array(
'delivery_mode' => 2,
'Content-type' => 'application/json',
'content_type' => 'application/json',
)
);
} else {