Loading module/Formation/config/merged/formation-instance.config.php +10 −0 Changes for module/Formation/config/merged/formation-instance.config.php: 10 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -96,6 +96,16 @@ return [ 'router' => [ 'routes' => [ 'formation-console' => [ 'type' => Literal::class, 'options' => [ 'route' => '/formation-instance', 'defaults' => [ 'controller' => FormationInstanceController::class, ], ], 'may_terminate' => true, ], 'formation-instance' => [ 'type' => Literal::class, 'options' => [ Loading Loading
module/Formation/config/merged/formation-instance.config.php +10 −0 Changes for module/Formation/config/merged/formation-instance.config.php: 10 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -96,6 +96,16 @@ return [ 'router' => [ 'routes' => [ 'formation-console' => [ 'type' => Literal::class, 'options' => [ 'route' => '/formation-instance', 'defaults' => [ 'controller' => FormationInstanceController::class, ], ], 'may_terminate' => true, ], 'formation-instance' => [ 'type' => Literal::class, 'options' => [ Loading