Skip to content

Commit

Permalink
Fix service id
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Apr 23, 2022
1 parent 329b312 commit 0aba8c8
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 0aba8c8

Please sign in to comment.