From 72f7434d04281af6c1aa52256e134010f8217ac8 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 27 May 2017 19:40:02 +0200 Subject: [PATCH 1/2] fix reference --- service_container.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/service_container.rst b/service_container.rst index 246cb1a3581..89d33f4b15e 100644 --- a/service_container.rst +++ b/service_container.rst @@ -225,7 +225,7 @@ each time you ask for it. Thanks to this configuration, you can automatically use any classes from the ``src/AppBundle`` directory as a service, without needing to manually configure - it. Later, you'll learn more about this later in :ref:`service-psr4-loader`. + it. Later, you'll learn more about this later in :ref:`importing-many-services-at-once-with-resource`. If you'd prefer to manually wire your service, that's totally possible: see :ref:`services-explicitly-configure-wire-services`. @@ -806,8 +806,6 @@ need to make your service public, just override this setting: -.. _service-psr4-loader: - Importing Many Services at once with resource --------------------------------------------- @@ -998,4 +996,4 @@ Learn more /service_container/* .. _`service-oriented architecture`: https://en.wikipedia.org/wiki/Service-oriented_architecture -.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml \ No newline at end of file +.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml From fc34fe0fde8c26665a40386f03958bacb7570556 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 28 May 2017 13:48:03 +0200 Subject: [PATCH 2/2] Removed a duplicated word --- service_container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container.rst b/service_container.rst index 89d33f4b15e..c084088b205 100644 --- a/service_container.rst +++ b/service_container.rst @@ -225,7 +225,7 @@ each time you ask for it. Thanks to this configuration, you can automatically use any classes from the ``src/AppBundle`` directory as a service, without needing to manually configure - it. Later, you'll learn more about this later in :ref:`importing-many-services-at-once-with-resource`. + it. You'll learn more about this later in :ref:`importing-many-services-at-once-with-resource`. If you'd prefer to manually wire your service, that's totally possible: see :ref:`services-explicitly-configure-wire-services`.