Skip to content

Commit

Permalink
Merge pull request #609 from tienvx/fix-missing-constructor-parameter
Browse files Browse the repository at this point in the history
Fix missing constructor parameter for TaskStepsRunner
  • Loading branch information
tienvx committed Apr 17, 2022
2 parents 9c25575 + 6cd4602 commit e991fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
->args([
service(SelenoidHelperInterface::class),
service(StepRunnerInterface::class),
service(ConfigInterface::class),
])
->set(BugStepsRunner::class)
->args([
Expand Down

0 comments on commit e991fca

Please sign in to comment.