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 025e851 commit ab93e2bCopy full SHA for ab93e2b
Resources/doc/adding_invitation_registration.md
@@ -168,7 +168,7 @@ class InvitationFormType extends AbstractType
168
169
public function buildForm(FormBuilderInterface $builder, array $options)
170
{
171
- $builder->prependClientTransformer($this->invitationTransformer);
+ $builder->addViewTransformer($this->invitationTransformer, true);
172
}
173
174
public function setDefaultOptions(OptionsResolverInterface $resolver)
0 commit comments