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 bbb97e4 commit d1beaffCopy full SHA for d1beaff
form/validation_groups.rst
@@ -10,7 +10,7 @@ Validation Groups
10
If your object takes advantage of :doc:`validation groups </validation/groups>`,
11
you'll need to specify which validation group(s) your form should use::
12
13
- $form = $this->createFormBuilder($users, array(
+ $form = $this->createFormBuilder($user, array(
14
'validation_groups' => array('registration'),
15
))->add(...);
16
0 commit comments