Skip to content

Commit d899e0b

Browse files
committed
refactor: remove unused variable
1 parent 72ef968 commit d899e0b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

system/Router/AutoRouter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public function getRoute(string $uri): array
124124
$controller .= $controllerName;
125125

126126
$controller = strtolower($controller);
127-
$methodName = strtolower($this->methodName());
128127

129128
foreach ($this->protectedControllers as $controllerInRoute) {
130129
if (! is_string($controllerInRoute)) {

0 commit comments

Comments
 (0)