From 6608a77a7db7cd95960a10e44379ebfc7d730492 Mon Sep 17 00:00:00 2001 From: Julien Deniau Date: Sat, 26 Jan 2019 00:04:10 +0100 Subject: [PATCH] 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` --- src/Resources/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/doc/index.rst b/src/Resources/doc/index.rst index 376c0b9e1..82b6b457f 100644 --- a/src/Resources/doc/index.rst +++ b/src/Resources/doc/index.rst @@ -51,7 +51,7 @@ the root namespace that is used to "guess" what classes you want to generate: .. code-block:: yaml - # config/packages/maker.yaml + # config/packages/dev/maker.yaml # create this file if you need to configure anything maker: # tell MakerBundle that all of your classes lives in an