@@ -29,7 +29,7 @@ |
||
29 | 29 | */ |
30 | 30 | public function boot(): void |
31 | 31 | { |
32 | - if (! $this->readyToBoot || $this->booting) { |
|
32 | + if (!$this->readyToBoot || $this->booting) { |
|
33 | 33 | return; |
34 | 34 | } |
35 | 35 |