Jelajahi Sumber

remove is_callable

andre 1 tahun lalu
induk
melakukan
632262a5df
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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;
     }