diff --git a/app/Controllers/NGController.php b/app/Controllers/NGController.php new file mode 100644 index 0000000..c6b28e3 --- /dev/null +++ b/app/Controllers/NGController.php @@ -0,0 +1,19 @@ +page = new Page(); + } + + protected function render(string $view, array $params = []) + { + $this->page->render($view, $params); + } +}