andre пре 1 година
родитељ
комит
8b0729518c
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      core/App/Controllers/Router.php

+ 0 - 5
core/App/Controllers/Router.php

@@ -92,11 +92,6 @@ class Router
             return false;
         }
 
-        if (!is_callable([$this->controllerClass, $this->controllerMethod]))
-        {
-            return false;
-        }
-
         return true;
     }
 }