Skip to content

Commit 82d8a0b

Browse files
authored
[DependencyInjection] Fix broken reference to Exclude attribute
1 parent e799862 commit 82d8a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,12 +1070,12 @@ key. For example, the default Symfony configuration contains this:
10701070

10711071
The value of the ``resource`` and ``exclude`` options can be any valid
10721072
`glob pattern`_. If you want to exclude only a few services, you
1073-
may use the :class:`Symfony\\Component\\Dependency\Injection\\Attribute\\Exclude`
1073+
may use the :class:`Symfony\\Component\\DependencyInjection\\Attribute\\Exclude`
10741074
attribute directly on your class to exclude it.
10751075

10761076
.. versionadded:: 6.3
10771077

1078-
The :class:`Symfony\\Component\\Dependency\Injection\\Attribute\\Exclude`
1078+
The :class:`Symfony\\Component\\DependencyInjection\\Attribute\\Exclude`
10791079
attribute was introduced in Symfony 6.3.
10801080

10811081
This can be used to quickly make many classes available as services and apply some

0 commit comments

Comments
 (0)