aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Command/Index.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine/lib/Command/Index.php')
-rw-r--r--apps/workflowengine/lib/Command/Index.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/workflowengine/lib/Command/Index.php b/apps/workflowengine/lib/Command/Index.php
index 395df8c84bb..1fb8cb416b0 100644
--- a/apps/workflowengine/lib/Command/Index.php
+++ b/apps/workflowengine/lib/Command/Index.php
@@ -18,11 +18,9 @@ use Symfony\Component\Console\Output\OutputInterface;
class Index extends Command {
- /** @var Manager */
- private $manager;
-
- public function __construct(Manager $manager) {
- $this->manager = $manager;
+ public function __construct(
+ private Manager $manager,
+ ) {
parent::__construct();
}