@@ -13,11 +13,11 @@ |
||
| 13 | 13 | { |
| 14 | 14 | public function boot(): void |
| 15 | 15 | { |
| 16 | - if (! $this->app->runningInConsole()) { |
|
| 16 | + if (!$this->app->runningInConsole()) { |
|
| 17 | 17 | return; |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | - if (! $this->app instanceof Laravel) { |
|
| 20 | + if (!$this->app instanceof Laravel) { |
|
| 21 | 21 | return; |
| 22 | 22 | } |
| 23 | 23 | |