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 #20928 Fix setParameter for RouteCollection in Create Framework tutorial (alamirault)
This PR was merged into the 6.4 branch.
Discussion
----------
Fix setParameter for RouteCollection in Create Framework tutorial
Try fix#20823
`$routes` is a `RouteCollection` instance, so it cannot be a container parameter.
I replaced it by a reference and `set`. I don't know if it's the best way, or if the section is really needed
Commits
-------
8bbe446 Fix setParameter for RouteCollection in Create Framework tutorial
0 commit comments