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 /cli/studip | |
| parent | a882a47291cc8955fb622eab1b8296f4f086c116 (diff) | |
Rename studipApp back to appeloquent-demo
Diffstat (limited to 'cli/studip')
| -rwxr-xr-x | cli/studip | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ $application->run(); function loadCoreCommands(): array { $commands = require __DIR__ . '/commands.php'; - return array_map(fn($command) => studipApp($command), $commands); + return array_map(fn($command) => app($command), $commands); } function loadPluginCommands(Application $application): array @@ -77,7 +77,7 @@ function getPluginCommands(Application $application, array $manifest): array foreach ($commandsFn($application) as $class => $path) { require_once $path; - $commands[] = studipApp($class); + $commands[] = app($class); } return $commands; |
