diff options
| author | Murtaza Sultani <sultani@data-quest.de> | 2026-03-09 11:29:08 +0100 |
|---|---|---|
| committer | Murtaza Sultani <sultani@data-quest.de> | 2026-03-09 11:29:15 +0100 |
| commit | fd87882f00562bb451f6d3bdd2545a1d38222158 (patch) | |
| tree | f8291db26d2f8ea796049a84d6e5e654e69e3ef8 /lib/modules/MyCoursesWidget.php | |
| parent | a882a47291cc8955fb622eab1b8296f4f086c116 (diff) | |
Rename studipApp back to appeloquent-demo
Diffstat (limited to 'lib/modules/MyCoursesWidget.php')
| -rw-r--r-- | lib/modules/MyCoursesWidget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules/MyCoursesWidget.php b/lib/modules/MyCoursesWidget.php index ab2e654..25990ec 100644 --- a/lib/modules/MyCoursesWidget.php +++ b/lib/modules/MyCoursesWidget.php @@ -26,7 +26,7 @@ class MyCoursesWidget extends CorePlugin implements PortalPlugin public function getPortalTemplate() { // get the MyCoursesController in order to prepare the correct data for the overview - $controller = studipApp(MyCoursesController::class, ['dispatcher' => studipApp(\Trails\Dispatcher::class)]); + $controller = app(MyCoursesController::class, ['dispatcher' => app(\Trails\Dispatcher::class)]); return Studip\VueApp::create('my-courses/MyCourses') ->withVuexStore( |
