@@ -20,7 +20,7 @@ |
||
| 20 | 20 | |
| 21 | 21 | public function boot(): void |
| 22 | 22 | { |
| 23 | - if (! $this->readyToBoot || $this->booting) { |
|
| 23 | + if (!$this->readyToBoot || $this->booting) { |
|
| 24 | 24 | return; |
| 25 | 25 | } |
| 26 | 26 | |