Skip to content

Commit 291a42a

Browse files
committed
Fixed removed XML tag in form book
1 parent 0820e69 commit 291a42a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: book/forms.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1219,6 +1219,7 @@ Define your form type as a service.
12191219
12201220
<services>
12211221
<service id="app.form.type.task" class="AppBundle\Form\Type\TaskType">
1222+
<tag name="form.type" />
12221223
<argument type="service" id="app.my_service"></argument>
12231224
</service>
12241225
</services>

0 commit comments

Comments
 (0)