Skip to content

Commit

Permalink
Fix the bug for ConsumeCommand (#330)
Browse files Browse the repository at this point in the history
Co-authored-by: Deeka Wong <[email protected]>
  • Loading branch information
huangdijia and huangdijia committed Sep 5, 2023
1 parent 1d693e8 commit 74fb5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/ConsumeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function __construct(
protected ContainerInterface $container,
protected ConfigInterface $config
) {
parent::__construct();
}

public function handle()
Expand Down

0 comments on commit 74fb5a8

Please sign in to comment.