diff --git a/src/Command/ConsumeCommand.php b/src/Command/ConsumeCommand.php index fbb8720..98d93ff 100644 --- a/src/Command/ConsumeCommand.php +++ b/src/Command/ConsumeCommand.php @@ -35,6 +35,7 @@ public function __construct( protected ContainerInterface $container, protected ConfigInterface $config ) { + parent::__construct(); } public function handle()