We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ef968 commit d899e0bCopy full SHA for d899e0b
1 file changed
system/Router/AutoRouter.php
@@ -124,7 +124,6 @@ public function getRoute(string $uri): array
124
$controller .= $controllerName;
125
126
$controller = strtolower($controller);
127
- $methodName = strtolower($this->methodName());
128
129
foreach ($this->protectedControllers as $controllerInRoute) {
130
if (! is_string($controllerInRoute)) {
0 commit comments