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 1b695b5 commit ef1efd5Copy full SHA for ef1efd5
book/forms.rst
@@ -1125,11 +1125,12 @@ easy to use in your application.
1125
<container xmlns="http://symfony.com/schema/dic/services"
1126
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1127
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd>
1128
-
1129
- <service id="acme_demo.form.type.task"
+ <services>
+ <service id="acme_demo.form.type.task"
1130
class="Acme\TaskBundle\Form\Type\TaskType">
1131
- <tag name="form.type" alias="task" />
1132
- </service>
+ <tag name="form.type" alias="task" />
+ </service>
1133
+ </services>
1134
</container>
1135
1136
.. code-block:: php
0 commit comments