@@ -93,10 +93,10 @@ class Router
return false;
}
- if (!is_callable([$this->controllerClass, $this->controllerMethod]))
+/* if (!is_callable([$this->controllerClass, $this->controllerMethod]))
{
- }
+ }*/
return true;