diff --git a/app/src/Bootstrap.php b/app/src/Bootstrap.php index bc36e12..817f6ab 100644 --- a/app/src/Bootstrap.php +++ b/app/src/Bootstrap.php @@ -182,7 +182,7 @@ class Bootstrap // Twig $templateCache = false; - $twig = Twig::create(APP_LOG_DIR, [ 'cache' => $templateCache ]); + $twig = Twig::create(APP_TEMPLATES_DIR, [ 'cache' => $templateCache ]); // Add the global variables $twig->getEnvironment()