diff options
Diffstat (limited to 'templates/layouts/base.php')
| -rw-r--r-- | templates/layouts/base.php | 4 |
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> |
