@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace FlyingLuscas\BugNotifier; |
4 | 4 | |
5 | -use FlyingLuscas\BugNotifier\Message; |
|
6 | -use FlyingLuscas\BugNotifier\Drivers\MailDriver; |
|
7 | 5 | use FlyingLuscas\BugNotifier\Drivers\DriverContract; |
6 | +use FlyingLuscas\BugNotifier\Drivers\MailDriver; |
|
8 | 7 | use FlyingLuscas\BugNotifier\Exceptions\InvalidDriverNameException; |
8 | +use FlyingLuscas\BugNotifier\Message; |
|
9 | 9 | |
10 | 10 | class BugNotifier |
11 | 11 | { |