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
@@ -1,4 +1,4 @@
.cache *.cache
vendor vendor
app.yaml app.yaml
+3 -3
View File
@@ -1,5 +1,5 @@
{ {
"require": { "require": {
"twig/twig": "^3.0" "twig/twig": "^3.0"
} }
} }
+1 -1
View File
@@ -2,5 +2,5 @@
function urlIs($value) function urlIs($value)
{ {
return $_SERVER['REQUEST_URI'] === $value; return $_SERVER['REQUEST_URI'] === $value;
} }