From e26b926ed2370439799b0bbd7861e6a76c026b60 Mon Sep 17 00:00:00 2001 From: fabpico Date: Fri, 30 Aug 2024 12:56:38 +0200 Subject: [PATCH] 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. --- docs/configuration.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 5ccf66ac..2ff8c28d 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -10,7 +10,7 @@ to register their mapping in Doctrine when you want to use them. .. code-block:: yaml # app/config/config.yml - # (or config/packages/doctrine.yaml if you use Flex) + # (or config/packages/doctrine.yaml) doctrine: orm: entity_managers: @@ -78,7 +78,7 @@ the asked language. If you don't provide it explicitly, it will default to .. code-block:: yaml # app/config/config.yml - # (or config/packages/stof_doctrine_extensions.yaml if you use Flex) + # (or config/packages/stof_doctrine_extensions.yaml) stof_doctrine_extensions: default_locale: en_US @@ -100,7 +100,7 @@ the asked language. If you don't provide it explicitly, it will default to .. code-block:: xml - + @@ -123,7 +123,7 @@ manager, declare the extensions you want to enable: .. code-block:: yaml # app/config/config.yml - # (or config/packages/stof_doctrine_extensions.yaml if you use Flex) + # (or config/packages/stof_doctrine_extensions.yaml) stof_doctrine_extensions: default_locale: en_US orm: @@ -136,7 +136,7 @@ manager, declare the extensions you want to enable: .. code-block:: xml - +