We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87314d8 commit b034979Copy full SHA for b034979
system/Router/AutoRouterImproved.php
@@ -217,7 +217,7 @@ public function getRoute(string $uri): array
217
strtolower($baseControllerName) === strtolower($this->defaultController)
218
) {
219
throw new PageNotFoundException(
220
- 'Cannot access the default controller "' . $baseControllerName . '" with the controller name URI path.'
+ 'Cannot access the default controller "' . $this->controller . '" with the controller name URI path.'
221
);
222
}
223
} elseif ($this->searchLastDefaultController($segments)) {
0 commit comments