@@ -2,11 +2,11 @@ |
||
| 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 |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | if (is_callable($cb)) {
|
| 42 | 42 | return $cb; |
| 43 | 43 | } else {
|
| 44 | - return function () use ($cb) { return $cb; };
|
|
| 44 | + return function() use ($cb) { return $cb; };
|
|
| 45 | 45 | } |
| 46 | 46 | } |
| 47 | 47 | |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | |
| 13 | 13 | $this->handleDeprecatedConfigValues(); |
| 14 | 14 | |
| 15 | - $this->app->singleton('lern', function () { |
|
| 15 | + $this->app->singleton('lern', function() { |
|
| 16 | 16 | return new LERN; |
| 17 | 17 | }); |
| 18 | 18 | } |