Skip to content

Commit c8081c7

Browse files
StrikerEurekaxabbuh
authored andcommitted
Update 3.3-di-changes.rst
Confusion between 'autoconfigure' and 'autowire' ?
1 parent fc21389 commit c8081c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/3.3-di-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ In this case, you've created a class that implements ``EventSubscriberInterface`
433433
and registered it as a service. This is more than enough for the container to know
434434
that you want this to be used as an event subscriber: more configuration is not needed.
435435
And the tags system is its own, Symfony-specific mechanism. And of course, you can
436-
always default ``autowire`` to false in ``services.yml``, or disable it for a specific
436+
always default ``autoconfigure`` to false in ``services.yml``, or disable it for a specific
437437
service.
438438

439439
Does this mean tags are dead? Does this work for all tags?

0 commit comments

Comments
 (0)