Skip to content

Commit a574d24

Browse files
committed
Remove byReference option which is unnecessary now
1 parent ba34c26 commit a574d24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AppBundle/Form/Type/TagsInputType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public function __construct(ObjectManager $manager)
4444
public function buildForm(FormBuilderInterface $builder, array $options)
4545
{
4646
$builder
47-
->setByReference(false)
4847
// We need to transform the tags collection into a comma separated string format
4948
// so we are reusing an existing one to simplify the code, but you could build
5049
// only one to do all transformation (i.e. Collection <-> string).

0 commit comments

Comments
 (0)