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 /app/controllers/settings | |
| parent | a882a47291cc8955fb622eab1b8296f4f086c116 (diff) | |
Rename studipApp back to appeloquent-demo
Diffstat (limited to 'app/controllers/settings')
| -rw-r--r-- | app/controllers/settings/notification.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/settings/notification.php b/app/controllers/settings/notification.php index d2891a6..0fd2c4e 100644 --- a/app/controllers/settings/notification.php +++ b/app/controllers/settings/notification.php @@ -71,7 +71,7 @@ class Settings_NotificationController extends Settings_SettingsController ->withProps([ 'store-url' => $this->storeURL(), 'modules' => collect( - studipApp(ModulesNotification::class)->registered_notification_modules + app(ModulesNotification::class)->registered_notification_modules )->map( fn(array $module, int $id): array => array_merge($module, ['id' => $id]) )->values(), @@ -86,7 +86,7 @@ class Settings_NotificationController extends Settings_SettingsController ->withVuexStore( 'MyCoursesStore', 'mycoursesnotificationstore', - studipApp(MyCoursesHelper::class)->createVueAppData('') + app(MyCoursesHelper::class)->createVueAppData('') ) ); } |
