-
-
Notifications
You must be signed in to change notification settings - Fork 649
Closed
Description
What set up are you using
- Cloud Hosted Version
- Self Hosted
Describe the bug
In
leantime/app/Core/ConsoleKernel.php
Line 141 in 1b070c2
array_map(fn ($plugin) => $plugin->foldername, $this->getApplication()->make(PluginsService::class)->getAllPlugins(enabled: true)), |
getAllPlugins
is called with the named parameter enabled
which does not exist. The parameter is called enabledOnly
, cf. public function getAllPlugins(bool $enabledOnly = false): false|array |
To Reproduce
Steps to reproduce the behavior:
- Create a plugin with a command (in
«plugin»/Command/
) - Enable the plugin
- See error
Leantime Version
Metadata
Metadata
Assignees
Labels
No labels