File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -835,8 +835,8 @@ form "type"). It can be used to quickly build a form object in the controller::
835
835
836
836
.. tip ::
837
837
838
- Defining your form as a service is a good practice and make it easily usable in
839
- your application. First, you must tag your form as a form type in the service container :
838
+ Defining your form type as a service is a good practice and make it easily usable in
839
+ your application :
840
840
841
841
.. configuration-block ::
842
842
@@ -870,7 +870,7 @@ form "type"). It can be used to quickly build a form object in the controller::
870
870
))
871
871
;
872
872
873
- That's it! Now you can use your form directly in a controller::
873
+ That's it! Now you can use your form type directly in a controller::
874
874
875
875
// src/Acme/TaskBundle/Controller/DefaultController.php
876
876
You can’t perform that action at this time.
0 commit comments