@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use IrishDan\NotificationBundle\DependencyInjection\Factory\BroadcasterFactory; |
| 6 | 6 | use IrishDan\NotificationBundle\DependencyInjection\Factory\ChannelFactory; |
| 7 | 7 | use Symfony\Component\Config\FileLocator; |
| 8 | -use Symfony\Component\DependencyInjection\Compiler\PassConfig; |
|
| 9 | 8 | use Symfony\Component\DependencyInjection\Definition; |
| 10 | 9 | use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; |
| 11 | 10 | use Symfony\Component\DependencyInjection\Reference; |
@@ -4,13 +4,8 @@ |
||
| 4 | 4 | |
| 5 | 5 | use IrishDan\NotificationBundle\Adapter\MessageAdapterInterface; |
| 6 | 6 | use IrishDan\NotificationBundle\Channel\ChannelInterface; |
| 7 | -use IrishDan\NotificationBundle\Channel\EventChannel; |
|
| 8 | -use IrishDan\NotificationBundle\Event\MessageCreatedEvent; |
|
| 9 | -use IrishDan\NotificationBundle\Event\MessageDispatchedEvent; |
|
| 10 | 7 | use IrishDan\NotificationBundle\Event\NotificationReadyToFormatEvent; |
| 11 | 8 | use IrishDan\NotificationBundle\Exception\MessageDispatchException; |
| 12 | -use IrishDan\NotificationBundle\Message\MessageInterface; |
|
| 13 | -use Psr\Log\LoggerInterface; |
|
| 14 | 9 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 15 | 10 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
| 16 | 11 | |