Skip to content

Commit e752bbe

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Update flex_private_recipes.rst [DependencyInjection] Fix broken reference to `Exclude` attribute
2 parents d9691bb + 237d086 commit e752bbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

setup/flex_private_recipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ perform their own installation tasks. To do this, you need to complete several s
1616
* Configure your project's ``composer.json`` file; and
1717
* Install the recipes in your project.
1818

19-
.. _create-a-private-github-repository
19+
.. _create-a-private-github-repository:
2020

2121
Create a Private Repository
2222
---------------------------

0 commit comments

Comments
 (0)