Skip to content

Commit dc072c4

Browse files
authored
[Service Container] Fix typo in tag default index method name
1 parent eb7c485 commit dc072c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ array element. For example, to retrieve the ``handler_two`` handler::
807807
.. tip::
808808

809809
Just like the priority, you can also implement a static
810-
``getDefaultIndexAttributeName()`` method in the handlers and omit the
810+
``getDefaultIndexName()`` method in the handlers and omit the
811811
index attribute (``key``)::
812812

813813
// src/Handler/One.php

0 commit comments

Comments
 (0)