aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2023-07-04 10:03:28 +0000
committerMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2023-07-04 10:03:28 +0000
commitf88e5ececb7eba585ab4c563e7561136003b96ab (patch)
treea1b51fbaac2119161b5387d38f9aa7e2821a38fb /cli
parent80a8a75ea6070650b86d4f6aa008bfb65b22f513 (diff)
Add stock images, closes #2482
Closes #2482 Merge request studip/studip!1788
Diffstat (limited to 'cli')
-rwxr-xr-xcli/studip2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/studip b/cli/studip
index d830e31..ced9f0d 100755
--- a/cli/studip
+++ b/cli/studip
@@ -65,7 +65,7 @@ $commands = [
Commands\User\GetUser::class,
];
$creator = function ($command) {
- return new $command();
+ return app($command);
};
$application->addCommands(array_map($creator, $commands));
$application->run();