You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RoutingCommandController injects the default Router implementation. This causes a implementation, implements RouterInterface and configures it in Objects.yaml does not affect the output of the RoutingCommandController commands.
For example, overiding the default way of the route to gather routes to match, it not displated in the CLI as expected
Expected Behavior
The CLI tool routing:list should inject the interface and let the Objects.yaml take care of confiure the implementation.
Steps To Reproduce
No response
Environment
- Flow: All supported versions
- PHP:
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
The
RoutingCommandController
injects the defaultRouter
implementation. This causes a implementation, implementsRouterInterface
and configures it inObjects.yaml
does not affect the output of the RoutingCommandController commands.For example, overiding the default way of the route to gather routes to match, it not displated in the CLI as expected
Expected Behavior
The CLI tool
routing:list
should inject the interface and let theObjects.yaml
take care of confiure the implementation.Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: