Skip to content

Commit e26b926

Browse files
authored
Cleanup Flex explanation which is not tied to Flex
I have no Flex, and my config structure is what here was described as structure for Flex.
1 parent d99b299 commit e26b926

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/configuration.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
@@ -136,7 +136,7 @@ manager, declare the extensions you want to enable:
136136
.. code-block:: xml
137137
138138
<!-- app/config/config.xml -->
139-
<!-- (or config/packages/stof_doctrine_extensions.yaml if you use Flex) -->
139+
<!-- (or config/packages/stof_doctrine_extensions.yaml) -->
140140
<container xmlns:stof-doctrine_extensions="http://example.org/schema/dic/stof_doctrine_extensions">
141141
<stof-doctrine-extensions:config default-locale="en_US">
142142
<stof-doctrine-extensions:orm>

0 commit comments

Comments
 (0)