diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2023-07-04 10:03:28 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2023-07-04 10:03:28 +0000 |
| commit | f88e5ececb7eba585ab4c563e7561136003b96ab (patch) | |
| tree | a1b51fbaac2119161b5387d38f9aa7e2821a38fb /cli | |
| parent | 80a8a75ea6070650b86d4f6aa008bfb65b22f513 (diff) | |
Add stock images, closes #2482
Closes #2482
Merge request studip/studip!1788
Diffstat (limited to 'cli')
| -rwxr-xr-x | cli/studip | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
