Skip to content

Commit 029d11e

Browse files
mimol91Adam Szaraniec
authored and
Adam Szaraniec
committed
[Dependency Injection ] Fix _instanceof configuration section.
1 parent b3f570e commit 029d11e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service_container/3.3-di-changes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@ inherited from an abstract definition:
489489
# ...
490490
491491
_instanceof:
492-
class: AppBundle\Domain\LoaderInterface
493-
public: true
494-
tags: ['app.domain_loader']
492+
AppBundle\Domain\LoaderInterface:
493+
public: true
494+
tags: ['app.domain_loader']
495495
496496
.. code-block:: xml
497497

0 commit comments

Comments
 (0)