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 ffa4360 commit ac2f3b9Copy full SHA for ac2f3b9
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