We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a499d12 commit 3842406Copy full SHA for 3842406
components/dependency_injection/autowiring.rst
@@ -1,7 +1,7 @@
1
.. index::
2
single: DependencyInjection; Autowiring
3
4
-Defining Services Dependencies Automatically
+Defining Services Dependencies Automatically (Autowiring)
5
============================================
6
7
.. versionadded:: 2.8
@@ -76,7 +76,7 @@ service is marked as autowired:
76
<services>
77
<service id="twitter_client" class="AppBundle\TwitterClient" autowire="true" />
78
</services>
79
- </services>
+ </container>
80
81
.. code-block:: php
82
0 commit comments