We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc244a9 commit f54aeeaCopy full SHA for f54aeea
bundles.rst
@@ -110,10 +110,10 @@ to be adjusted if needed:
110
``assets:install`` console command.
111
112
``src/``
113
- Contains all PHP classes related to the bundle logic (e.g. ``Controller/RandomController.php``).
+ Contains all PHP classes related to the bundle logic (e.g. ``Controller/CategoryController.php``).
114
115
``templates/``
116
- Holds templates organized by controller name (e.g. ``random/index.html.twig``).
+ Holds templates organized by controller name (e.g. ``category/show.html.twig``).
117
118
``tests/``
119
Holds all tests for the bundle.
0 commit comments