Completed
Push — version-4 ( b70e7e...6ad551 )
by Tyler
04:14
created
src/Components/Notifier.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Tylercd100\LERN\Components;
4 4
 
5
-use Exception;
6
-use Monolog\Handler\HandlerInterface;
7
-use Monolog\Logger;
8
-use Tylercd100\LERN\Exceptions\NotifierFailedException;
9
-use Tylercd100\Notify\Drivers\FromConfig as Notify;
5
+use Exception;
6
+use Monolog\Handler\HandlerInterface;
7
+use Monolog\Logger;
8
+use Tylercd100\LERN\Exceptions\NotifierFailedException;
9
+use Tylercd100\Notify\Drivers\FromConfig as Notify;
10 10
 use View;
11 11
 
12 12
 class Notifier extends Component
Please login to merge, or discard this patch.