8000 Recommend a better way to standardize application form types · symfony/symfony-docs@52a5551 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52a5551

Browse files
committed
Recommend a better way to standardize application form types
1 parent d47e751 commit 52a5551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ that will house the logic for building the task form::
10631063
identifiers must be unique in the application. Unless you want to override
10641064
a built-in type, they should be different from the default Symfony types
10651065
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.
1066+
Consider prefixing your types with ``app.`` to avoid identifier collisions.
10671067

10681068
This new class contains all the directions needed to create the task form. It can
10691069
be used to quickly build a form object in the controller::

0 commit comments

Comments
 (0)
0