diff --git a/service_container.rst b/service_container.rst index 246cb1a3581..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:`service-psr4-loader`. + 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`. @@ -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