diff --git a/author/project/system/public/index.php b/author/project/system/public/index.php index 37327ab..4521b36 100755 --- a/author/project/system/public/index.php +++ b/author/project/system/public/index.php @@ -38,7 +38,7 @@ require ROOT . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'; $$core = new core(namespace: __NAMESPACE__); // Initializing routes -$$router->router +$$core->router ->write('/', new route('index', 'index'), 'GET') ;