Commit 16c1939
committed
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 method1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1247 | 1247 | | |
1248 | 1248 | | |
1249 | 1249 | | |
1250 | | - | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
1251 | 1255 | | |
1252 | 1256 | | |
1253 | 1257 | | |
| |||
1260 | 1264 | | |
1261 | 1265 | | |
1262 | 1266 | | |
1263 | | - | |
1264 | | - | |
1265 | | - | |
1266 | 1267 | | |
1267 | 1268 | | |
1268 | 1269 | | |
| |||
0 commit comments