Remove unnecesary brackets.
This commit is contained in:
parent
31c5c63952
commit
ad9f8ec67d
@ -14,9 +14,8 @@ spl_autoload_register(function ($className) {
|
|||||||
// Incluir routers
|
// Incluir routers
|
||||||
$routers = glob(ROOT_CORE.'/Routers/*.php');
|
$routers = glob(ROOT_CORE.'/Routers/*.php');
|
||||||
|
|
||||||
foreach($routers as $file){
|
foreach($routers as $file)
|
||||||
require_once($file);
|
require_once($file);
|
||||||
}
|
|
||||||
|
|
||||||
\Libs\Router::apply();
|
\Libs\Router::apply();
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user