diff --git a/extend/catcher/Utils.php b/extend/catcher/Utils.php index e702ec5..f04b06b 100644 --- a/extend/catcher/Utils.php +++ b/extend/catcher/Utils.php @@ -99,7 +99,7 @@ class Utils $controller = explode('\\', $controller); - $controllerName = strtolower(array_pop($controller)); + $controllerName = lcfirst(array_pop($controller)); array_pop($controller);