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 #4727 Renamed example: "Acme\BlogBundle" -> "AppBundle" (muxator)
This PR was merged into the 2.6 branch.
Discussion
----------
Renamed example: "Acme\BlogBundle" -> "AppBundle"
In the context of this sentence, the correct fully-qualified class name for the controller seems to be
```
AppBundle\Controller\BlogController::showAction
```
and not
```
Acme\BlogBundle\Controller\BlogController::showAction
```
Commits
-------
4c8d75f Renamed example: "Acme\BlogBundle" -> "AppBundle"
0 commit comments