andre 1 рік тому
батько
коміт
632262a5df
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      core/App/Controllers/Router.php

+ 2 - 2
core/App/Controllers/Router.php

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