You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicfunctionbuildForm(FormBuilderInterface$builder, array$options)
{
$builder->add('firstName');
}
// form type not associated with User, no ctrl+click on "firstName"$resolver->setDefault('data_class', User::class);
// works ok$resolver->setDefaults(['data_class' => User::class]);
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: