Skip to content

Commit

Permalink
Merge pull request #614 from tienvx/fix-service-id
Browse files Browse the repository at this point in the history
Fix service id
  • Loading branch information
tienvx committed Apr 23, 2022
2 parents 329b312 + 0aba8c8 commit dc81000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
])
->alias(PetrinetDomainLogicInterface::class, PetrinetDomainLogic::class)

->set(StepHelperInterface::class)
->set(StepHelper::class)
->alias(StepHelperInterface::class, StepHelper::class)

->set(StepRunner::class)
Expand Down

0 comments on commit dc81000

Please sign in to comment.