@@ -84,7 +84,7 @@ |
||
| 84 | 84 | $this->matchedRoutes = $this->findMatches($uri); |
| 85 | 85 | |
| 86 | 86 | if ($this->matchedRoutes === []) { |
| 87 | - stop(function () { |
|
| 87 | + stop(function() { |
|
| 88 | 88 | page_not_found(); |
| 89 | 89 | }); |
| 90 | 90 | } |