File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,6 @@ to be adjusted if needed:
9797
9898``src/ ``
9999 Contains all PHP classes related to the bundle logic (e.g. ``Controller/RandomController.php ``).
100-
101- ``assets/ ``
102- Contains javascript, css, images and other assets related to the bundle that are not in ``/public `` (e.g. stimulus controllers)
103100
104101``config/ ``
105102 Houses configuration, including routing configuration (e.g. ``routing.yaml ``).
@@ -115,6 +112,10 @@ to be adjusted if needed:
115112 linked into the project ``public/ `` directory via the ``assets:install `` console
116113 command.
117114
115+ ``assets/ ``
116+ Contains JavaScript, CSS, images and other assets related to the bundle that
117+ are not in ``public/ `` (e.g. stimulus controllers)
118+
118119``tests/ ``
119120 Holds all tests for the bundle.
120121
You can’t perform that action at this time.
0 commit comments