Skip to content

Commit d904c32

Browse files
committed
minor #7592 Update bundles directory structure (tabbi89)
This PR was merged into the 2.7 branch. Discussion ---------- Update bundles directory structure In directory structure we have ``` Resources/views/ Holds templates organized by controller name (e.g. Hello/index.html.twig). ``` In my opinion it would be more consistent to connect this controller name also in the first element in list "Controller". Commits ------- 1092626 Update bundles directory structure
2 parents 529a129 + 1092626 commit d904c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ between all Symfony bundles. Take a look at AcmeDemoBundle, as it contains some
143143
of the most common elements of a bundle:
144144

145145
``Controller/``
146-
Contains the controllers of the bundle (e.g. ``RandomController.php``).
146+
Contains the controllers of the bundle (e.g. ``HelloController.php``).
147147

148148
``DependencyInjection/``
149149
Holds certain Dependency Injection Extension classes, which may import service

0 commit comments

Comments
 (0)