Commit 3eb14aa
committed
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"1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1169 | 1169 | | |
1170 | 1170 | | |
1171 | 1171 | | |
1172 | | - | |
| 1172 | + | |
1173 | 1173 | | |
1174 | 1174 | | |
1175 | 1175 | | |
| |||
0 commit comments