Skip to content

Commit

Permalink
Update working-with-the-bundle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartheyrman22 authored Aug 30, 2024
1 parent 8543eff commit 1dcf8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/working-with-the-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ class UserFilterType extends AbstractType
public function buildForm(FormBuilderInterface $builder, array $options)
{
// ...
$builder->add('address', new AddressFilterType());
$builder->add('address', AddressFilterType::class);
// ...
}
}
Expand Down

0 comments on commit 1dcf8df

Please sign in to comment.