@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace IrishDan\NotificationBundle\Formatter; |
4 | 4 | |
5 | 5 | use IrishDan\NotificationBundle\DatabaseNotifiableInterface; |
6 | -use IrishDan\NotificationBundle\Exception\MessageFormatException; |
|
7 | 6 | use IrishDan\NotificationBundle\Notification\NotificationInterface; |
8 | 7 | |
9 | 8 | class DatabaseDataFormatter extends BaseFormatter implements MessageFormatterInterface |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace IrishDan\NotificationBundle\Formatter; |
4 | 4 | |
5 | 5 | use IrishDan\NotificationBundle\EmailableInterface; |
6 | -use IrishDan\NotificationBundle\Exception\MessageFormatException; |
|
7 | 6 | use IrishDan\NotificationBundle\Notification\NotificationInterface; |
8 | 7 | |
9 | 8 | class MailDataFormatter extends BaseFormatter implements MessageFormatterInterface |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace IrishDan\NotificationBundle\Formatter; |
4 | 4 | |
5 | -use IrishDan\NotificationBundle\Exception\MessageFormatException; |
|
6 | 5 | use IrishDan\NotificationBundle\Notification\NotificationInterface; |
7 | 6 | use IrishDan\NotificationBundle\TextableInterface; |
8 | 7 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace IrishDan\NotificationBundle\Formatter; |
4 | 4 | |
5 | -use IrishDan\NotificationBundle\Exception\MessageFormatException; |
|
6 | 5 | use IrishDan\NotificationBundle\Notification\NotificationInterface; |
7 | 6 | use IrishDan\NotificationBundle\PusherableInterface; |
8 | 7 | use IrishDan\NotificationBundle\PusherManager; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace IrishDan\NotificationBundle\Formatter; |
4 | 4 | |
5 | -use IrishDan\NotificationBundle\Exception\MessageFormatException; |
|
6 | 5 | use IrishDan\NotificationBundle\Notification\NotificationInterface; |
7 | 6 | use IrishDan\NotificationBundle\SlackableInterface; |
8 | 7 |