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
minor #15773 [Routing] Use fourth argument of RoutingConfigurator instead of non-existent method (Jeroeny)
This PR was merged into the 4.4 branch.
Discussion
----------
[Routing] Use fourth argument of RoutingConfigurator instead of non-existent method
`$routeConfigurator->import` returns [ImportConfigurator](https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php), which doesn't seem to have the `exclude` method. Or am I missing something?
Commits
-------
f86496c Use fourth argument of RoutingConfigurator instead of non-existent method
0 commit comments