aboutsummaryrefslogtreecommitdiff
path: root/templates/layouts/base.php
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 /templates/layouts/base.php
parenta882a47291cc8955fb622eab1b8296f4f086c116 (diff)
Rename studipApp back to appeloquent-demo
Diffstat (limited to 'templates/layouts/base.php')
-rw-r--r--templates/layouts/base.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/base.php b/templates/layouts/base.php
index 992899c..8ae32ce 100644
--- a/templates/layouts/base.php
+++ b/templates/layouts/base.php
@@ -17,7 +17,7 @@ $getJsonApiSchemas = function () {
array_unique(
array_map(
fn($class) => $class::TYPE,
- studipApp('json-api-integration-schemas')
+ app('json-api-integration-schemas')
)
)
);
@@ -122,7 +122,7 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']);
<?php
if (Studip\Debug\DebugBar::isActivated()) {
- echo studipApp()->get(\DebugBar\DebugBar::class)->getJavascriptRenderer()->render();
+ echo app()->get(\DebugBar\DebugBar::class)->getJavascriptRenderer()->render();
}
?>
</body>