aboutsummaryrefslogtreecommitdiff
path: root/lib/include
diff options
context:
space:
mode:
authorMurtaza Sultani <sultani@data-quest.de>2026-03-09 11:29:08 +0100
committerMurtaza Sultani <sultani@data-quest.de>2026-03-09 11:29:15 +0100
commitfd87882f00562bb451f6d3bdd2545a1d38222158 (patch)
treef8291db26d2f8ea796049a84d6e5e654e69e3ef8 /lib/include
parenta882a47291cc8955fb622eab1b8296f4f086c116 (diff)
Rename studipApp back to appeloquent-demo
Diffstat (limited to 'lib/include')
-rw-r--r--lib/include/html_head.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php
index cb619a8..a6321c8 100644
--- a/lib/include/html_head.inc.php
+++ b/lib/include/html_head.inc.php
@@ -23,7 +23,7 @@ $getJsonApiSchemas = function () {
array_unique(
array_map(
fn($class) => $class::TYPE,
- studipApp('json-api-integration-schemas')
+ app('json-api-integration-schemas')
)
)
);