From 945ed1789e1e6428055872868db55215ce42a9c0 Mon Sep 17 00:00:00 2001 From: Alireza Rahmani Khalili Date: Thu, 15 Jun 2023 22:44:13 +0330 Subject: [PATCH] Update tags.rst with out this for beginner will be super confusing --- service_container/tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/tags.rst b/service_container/tags.rst index 641d6933405..c833a298611 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -872,7 +872,7 @@ array element. For example, to retrieve the ``handler_two`` handler:: .. tip:: Just like the priority, you can also implement a static - ``getDefaultIndexName()`` method in the handlers and omit the + ``getDefaultIndexName()`` method in the handlers and set ``index_by`` to ``index`` in config then omit the index attribute (``key``):: // src/Handler/One.php