Completed
Push — master ( 1b75b2...e722d2 )
by Lucas Pires
03:16 queued 01:14
created
src/BugNotifier.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace FlyingLuscas\BugNotifier;
4 4
 
5
-use FlyingLuscas\BugNotifier\Drivers\MailDriver;
6 5
 use FlyingLuscas\BugNotifier\Drivers\DriverContract;
6
+use FlyingLuscas\BugNotifier\Drivers\MailDriver;
7 7
 use FlyingLuscas\BugNotifier\Exceptions\InvalidDriverNameException;
8 8
 
9 9
 class BugNotifier
Please login to merge, or discard this patch.