Skip to content

Commit f2a40c6

Browse files
Update working-with-the-bundle.md (#33)
1 parent 8543eff commit f2a40c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/working-with-the-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ class UserFilterType extends AbstractType
432432
public function buildForm(FormBuilderInterface $builder, array $options)
433433
{
434434
// ...
435-
$builder->add('address', new AddressFilterType());
435+
$builder->add('address', AddressFilterType::class);
436436
// ...
437437
}
438438
}

0 commit comments

Comments
 (0)