1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-30 18:00:17 +02:00

Remove unused import in AmqpHandlerTest

This commit is contained in:
jeroendedauw
2015-04-27 01:50:40 +02:00
parent d84ba2cb20
commit c4c7133a6d

View File

@@ -14,7 +14,6 @@ namespace Monolog\Handler;
use Monolog\TestCase;
use Monolog\Logger;
use PhpAmqpLib\Message\AMQPMessage;
use PhpAmqpLib\Channel\AMQPChannel;
use PhpAmqpLib\Connection\AMQPConnection;
/**