| @@ -17,7 +17,7 @@ | ||
| 17 | 17 | */ | 
| 18 | 18 | public function boot(): void | 
| 19 | 19 |      { | 
| 20 | -        if (! $this->app->runningInConsole()) { | |
| 20 | +        if (!$this->app->runningInConsole()) { | |
| 21 | 21 | return; | 
| 22 | 22 | } | 
| 23 | 23 | |