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 #10925 MakerBundle v1.11.13 uses urlGenerator instead of Router (romaricdrigon)
This PR was submitted for the 4.2 branch but it was merged into the 4.1 branch instead (closes#10925).
Discussion
----------
MakerBundle v1.11.13 uses urlGenerator instead of Router
Hello,
Since version 1.11.3 and PR [#349](symfony/maker-bundle#349) MakerBundle uses `UrlGeneratorInterface` instead of `RouterInterface` when generating a new Guard for a login form, and the corresponding property changed. Hence the documentation code snippet is misleading.
I'm not totally sure of which branch to PR on; being a change from latest version of MakerBundle, I think this is especially important for new projects, so using the latest Symfony version.
Commits
-------
f00344a MakerBundle uses urlGenerator instead of Router
0 commit comments