1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-07 13:46:38 +02:00

Fix signature

This commit is contained in:
Jordi Boggiano
2013-12-26 14:11:00 +01:00
parent ad77932a7b
commit b265bbd70d

View File

@@ -19,7 +19,7 @@ class AmqpExchangeMock extends \AMQPExchange
{
}
public function publish($message, $routing_key, $flags = 0, array $attributes = array())
public function publish($message, $routing_key, $flags = AMQP_NOPARAM, array $attributes = array())
{
$this->messages[] = array($message, $routing_key, $flags, $attributes);