@@ -20,11 +20,11 @@ |
||
| 20 | 20 | |
| 21 | 21 | public function boot(): void |
| 22 | 22 | { |
| 23 | - if (! $this->app->runningInConsole()) { |
|
| 23 | + if (!$this->app->runningInConsole()) { |
|
| 24 | 24 | return; |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | - if (! $this->app instanceof Laravel) { |
|
| 27 | + if (!$this->app instanceof Laravel) { |
|
| 28 | 28 | return; |
| 29 | 29 | } |
| 30 | 30 | |