gata basic ul

This commit is contained in:
Cerbu Andrei Mihnea
2023-05-10 03:28:30 +03:00
parent 90f12ab916
commit a739a66ae4
19 changed files with 255 additions and 110 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class Controller{
protected array $middlewares = [];
public function render($view, $params = []){
return Application::$app->router->renderView($view, $params);
return Application::$app->view->renderView($view, $params);
}
public function setLayout($layout){