@@ -10,7 +10,7 @@ to register their mapping in Doctrine when you want to use them.
10
10
.. code-block :: yaml
11
11
12
12
# app/config/config.yml
13
- # (or config/packages/doctrine.yaml if you use Flex )
13
+ # (or config/packages/doctrine.yaml)
14
14
doctrine :
15
15
orm :
16
16
entity_managers :
@@ -78,7 +78,7 @@ the asked language. If you don't provide it explicitly, it will default to
78
78
.. code-block :: yaml
79
79
80
80
# app/config/config.yml
81
- # (or config/packages/stof_doctrine_extensions.yaml if you use Flex )
81
+ # (or config/packages/stof_doctrine_extensions.yaml)
82
82
stof_doctrine_extensions :
83
83
default_locale : en_US
84
84
@@ -100,7 +100,7 @@ the asked language. If you don't provide it explicitly, it will default to
100
100
.. code-block :: xml
101
101
102
102
<!-- app/config/config.xml -->
103
- <!-- (or config/packages/stof_doctrine_extensions.yaml if you use Flex ) -->
103
+ <!-- (or config/packages/stof_doctrine_extensions.yaml) -->
104
104
<container xmlns : stof-doctrine-extensions =" http://example.org/schema/dic/stof_doctrine_extensions" >
105
105
<stof-doctrine-extensions : config default-locale =" en_US" >
106
106
<stof-doctrine-extensions : orm >
@@ -123,7 +123,7 @@ manager, declare the extensions you want to enable:
123
123
.. code-block :: yaml
124
124
125
125
# app/config/config.yml
126
- # (or config/packages/stof_doctrine_extensions.yaml if you use Flex )
126
+ # (or config/packages/stof_doctrine_extensions.yaml)
127
127
stof_doctrine_extensions :
128
128
default_locale : en_US
129
129
orm :
@@ -136,7 +136,7 @@ manager, declare the extensions you want to enable:
136
136
.. code-block :: xml
137
137
138
138
<!-- app/config/config.xml -->
139
- <!-- (or config/packages/stof_doctrine_extensions.yaml if you use Flex ) -->
139
+ <!-- (or config/packages/stof_doctrine_extensions.yaml) -->
140
140
<container xmlns : stof-doctrine_extensions =" http://example.org/schema/dic/stof_doctrine_extensions" >
141
141
<stof-doctrine-extensions : config default-locale =" en_US" >
142
142
<stof-doctrine-extensions : orm >
0 commit comments