@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | protected function handleDynamicRoute(): ?Response |
| 59 | 59 | { |
| 60 | - if (! $this->router) { |
|
| 60 | + if (!$this->router) { |
|
| 61 | 61 | return null; |
| 62 | 62 | } |
| 63 | 63 | |
@@ -155,7 +155,7 @@ |
||
| 155 | 155 | { |
| 156 | 156 | $routeFile = File::path('src/routes.php'); |
| 157 | 157 | |
| 158 | - if (! file_exists($routeFile)) { |
|
| 158 | + if (!file_exists($routeFile)) { |
|
| 159 | 159 | return; |
| 160 | 160 | } |
| 161 | 161 | |