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 symfony#9282 Controller naming habits (Guikingone, javiereguiluz)
This PR was merged into the 4.0 branch.
Discussion
----------
Controller naming habits
As Symfony isn't an `MVC` framework but a `Request/Response` one (see symfony#8153 (comment)), the name of the class which handles the Request isn't forced to contain `Controller`, it's probably more a common usage than a need to make Symfony works.
Commits
-------
5b29f5b Minor reword
2b61e3b suggest(Controller): suggestion about naming habits
0 commit comments