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 52a5551 commit 0eb149bCopy full SHA for 0eb149b
book/forms.rst
@@ -1063,7 +1063,7 @@ that will house the logic for building the task form::
1063
identifiers must be unique in the application. Unless you want to override
1064
a built-in type, they should be different from the default Symfony types
1065
and from any type defined by a third-party bundle installed in you application.
1066
- Consider prefixing your types with ``app.`` to avoid identifier collisions.
+ Consider prefixing your types with ``app_`` to avoid identifier collisions.
1067
1068
This new class contains all the directions needed to create the task form. It can
1069
be used to quickly build a form object in the controller::
0 commit comments