We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bc689 commit 0a168a9Copy full SHA for 0a168a9
1 file changed
src/Resources/config/services.yml
@@ -10,6 +10,11 @@ services:
10
sd.multistep.flow_context_factory:
11
class: solutionDrive\MultiStepBundle\Factory\FlowContextFactory
12
13
+ sd.multistep.step_router_factory:
14
+ class: solutionDrive\MultiStepBundle\Factory\MultistepRouterFactory
15
+ arguments:
16
+ - "@router"
17
+
18
sd.multistep.flow_registry:
19
class: solutionDrive\MultiStepBundle\Registry\MultiStepFlowRegistry
20
arguments:
0 commit comments