diff --git a/Core/View.php b/Core/View.php index 6efb8ea..49f49d3 100644 --- a/Core/View.php +++ b/Core/View.php @@ -8,7 +8,7 @@ class View public static function render($template, $args = []) { if (self::$twig === null) { - $loader = new \Twig_Loader_Filesystem('App/Views'); + $loader = new \Twig_Loader_Filesystem('../App/Views'); $twig = new \Twig_Environment($loader); }