Skip to content

Commit 2a10b89

Browse files
authored
Merge pull request tetranz#122 from MartinRosserEB/master
[Select2EntityType] Set option data_class to null, tetranz#121
2 parents 3a53a97 + 988f14f commit 2a10b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Form/Type/Select2EntityType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public function configureOptions(OptionsResolver $resolver)
140140
array(
141141
'object_manager'=> null,
142142
'class' => null,
143+
'data_class' => null,
143144
'primary_key' => 'id',
144145
'remote_path' => null,
145146
'remote_route' => null,

0 commit comments

Comments
 (0)