@@ -10,7 +10,7 @@ to register their mapping in Doctrine when you want to use them.
1010.. code-block :: yaml
1111
1212 # app/config/config.yml
13- # (or config/packages/doctrine.yaml if you use Flex )
13+ # (or config/packages/doctrine.yaml)
1414 doctrine :
1515 orm :
1616 entity_managers :
@@ -78,7 +78,7 @@ the asked language. If you don't provide it explicitly, it will default to
7878 .. code-block :: yaml
7979
8080 # app/config/config.yml
81- # (or config/packages/stof_doctrine_extensions.yaml if you use Flex )
81+ # (or config/packages/stof_doctrine_extensions.yaml)
8282 stof_doctrine_extensions :
8383 default_locale : en_US
8484
@@ -100,7 +100,7 @@ the asked language. If you don't provide it explicitly, it will default to
100100 .. code-block :: xml
101101
102102 <!-- app/config/config.xml -->
103- <!-- (or config/packages/stof_doctrine_extensions.yaml if you use Flex ) -->
103+ <!-- (or config/packages/stof_doctrine_extensions.yaml) -->
104104 <container xmlns : stof-doctrine-extensions =" http://example.org/schema/dic/stof_doctrine_extensions" >
105105 <stof-doctrine-extensions : config default-locale =" en_US" >
106106 <stof-doctrine-extensions : orm >
@@ -123,7 +123,7 @@ manager, declare the extensions you want to enable:
123123 .. code-block :: yaml
124124
125125 # app/config/config.yml
126- # (or config/packages/stof_doctrine_extensions.yaml if you use Flex )
126+ # (or config/packages/stof_doctrine_extensions.yaml)
127127 stof_doctrine_extensions :
128128 default_locale : en_US
129129 orm :
@@ -145,7 +145,7 @@ manager, declare the extensions you want to enable:
145145 .. code-block :: xml
146146
147147 <!-- app/config/config.xml -->
148- <!-- (or config/packages/stof_doctrine_extensions.yaml if you use Flex ) -->
148+ <!-- (or config/packages/stof_doctrine_extensions.yaml) -->
149149 <container xmlns : stof-doctrine_extensions =" http://example.org/schema/dic/stof_doctrine_extensions" >
150150 <stof-doctrine-extensions : config default-locale =" en_US" >
151151 <stof-doctrine-extensions : orm >
0 commit comments