@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | |
| 102 | 102 | public function pages(): PageCollection |
| 103 | 103 | { |
| 104 | - if (! $this->booted) { |
|
| 104 | + if (!$this->booted) { |
|
| 105 | 105 | $this->boot(); |
| 106 | 106 | } |
| 107 | 107 | |
@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | |
| 111 | 111 | public function routes(): RouteCollection |
| 112 | 112 | { |
| 113 | - if (! $this->booted) { |
|
| 113 | + if (!$this->booted) { |
|
| 114 | 114 | $this->boot(); |
| 115 | 115 | } |
| 116 | 116 | |