8000
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 2dc0bcdCopy full SHA for 2dc0bcd
components/dependency_injection/autowiring.rst
@@ -1,8 +1,8 @@
1
.. index::
2
single: DependencyInjection; Autowiring
3
4
-Defining Services Dependencies Automatically
5
-============================================
+Defining Services Dependencies Automatically (Autowiring)
+=========================================================
6
7
.. versionadded:: 2.8
8
Support for autowiring services was introduced in Symfony 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