Skip to content

Commit f54aeea

Browse files
committed
Use relatable Controller/template
1 parent fc244a9 commit f54aeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ to be adjusted if needed:
110110
``assets:install`` console command.
111111

112112
``src/``
113-
Contains all PHP classes related to the bundle logic (e.g. ``Controller/RandomController.php``).
113+
Contains all PHP classes related to the bundle logic (e.g. ``Controller/CategoryController.php``).
114114

115115
``templates/``
116-
Holds templates organized by controller name (e.g. ``random/index.html.twig``).
116+
Holds templates organized by controller name (e.g. ``category/show.html.twig``).
117117

118118
``tests/``
119119
Holds all tests for the bundle.

0 commit comments

Comments
 (0)