@@ -5,8 +5,8 @@ |
||
5 | 5 | use Exception; |
6 | 6 | use Monolog\Handler\HandlerInterface; |
7 | 7 | use Monolog\Logger; |
8 | -use Tylercd100\LERN\Factories\MonologHandlerFactory; |
|
9 | 8 | use Tylercd100\LERN\Exceptions\NotifierFailedException; |
9 | +use Tylercd100\LERN\Factories\MonologHandlerFactory; |
|
10 | 10 | |
11 | 11 | class Notifier extends Component { |
12 | 12 | protected $config; |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Tylercd100\LERN\Notifications; |
4 | 4 | |
5 | 5 | use Exception; |
6 | -use Monolog\Logger; |
|
7 | 6 | use Monolog\Handler\HandlerInterface; |
7 | +use Monolog\Logger; |
|
8 | 8 | use Tylercd100\LERN\Notifications\MonologHandlerFactory; |
9 | 9 | |
10 | 10 | class Notifier { |