فهرست منبع

remove is_callable

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;
     }