@@ -2,11 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace IrishDan\NotificationBundle\Channel; |
4 | 4 | |
5 | -use IrishDan\NotificationBundle\Dispatcher\MessageDispatcherInterface; |
|
6 | 5 | use IrishDan\NotificationBundle\Event\MessageCreatedEvent; |
7 | 6 | use IrishDan\NotificationBundle\Exception\MessageDispatchException; |
8 | 7 | use IrishDan\NotificationBundle\Exception\MessageFormatException; |
9 | -use IrishDan\NotificationBundle\Formatter\MessageFormatterInterface; |
|
10 | 8 | use IrishDan\NotificationBundle\Message\MessageInterface; |
11 | 9 | use IrishDan\NotificationBundle\Notification\NotificationInterface; |
12 | 10 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace IrishDan\NotificationBundle\DependencyInjection; |
4 | 4 | |
5 | -use IrishDan\NotificationBundle\DependencyInjection\Factory\Broadcaster\SlackBroadcasterFactory; |
|
6 | 5 | use Symfony\Component\DependencyInjection\Definition; |
7 | 6 | use Symfony\Component\DependencyInjection\Reference; |
8 | 7 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |