Skip to content

Commit 6608a77

Browse files
authored
MakerBundle doc : use dev file name
By default, the maker bundle is only active in `dev` environment, so the configuration file should be in the `dev` directory, not directly in the `config`
1 parent 08fabae commit 6608a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the root namespace that is used to "guess" what classes you want to generate:
5151

5252
.. code-block:: yaml
5353
54-
# config/packages/maker.yaml
54+
# config/packages/dev/maker.yaml
5555
# create this file if you need to configure anything
5656
maker:
5757
# tell MakerBundle that all of your classes lives in an

0 commit comments

Comments
 (0)