We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
explicit
1 parent 9bf8b90 commit ea3dd1eCopy full SHA for ea3dd1e
src/Service/ConfigurationLocator.php
@@ -100,7 +100,7 @@ private function configurationFromRoute(RouteResult $result): RouteConfiguration
100
->withRequestMethods($allowedMethods);
101
}
102
103
- $routeParameters = ['explicit' => $explicit] + $routeParameters;
+ $routeParameters = $routeParameters + ['explicit' => $explicit];
104
105
$routeConfiguration = $routeConfigurationFactory($routeParameters)
106
0 commit comments