Skip to content

Commit b3414de

Browse files
committed
data transformers cookbook service definition typo
1 parent 664f5ad commit b3414de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ to explicitly choose the one to use. To achieve this, you can use a factory::
149149
app.type.task:
150150
class: AppBundle\Form\TaskType
151151
arguments: ["@app.issue_transformer_factory"]
152-
tag:
152+
tags:
153153
- { name: form.type, alias: app_task }
154154
155155
.. code-block:: xml

0 commit comments

Comments
 (0)