This commit is contained in:
2026-03-01 12:11:01 -06:00
parent c4467f3805
commit 2f83ef2fc4
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ require_once 'vendor/autoload.php';
$loader = new \Twig\Loader\FilesystemLoader('templates');
$twig = new \Twig\Environment($loader, [
'cache' => '.cache',
]);
]);