Skip to content

Commit 988f14f

Browse files
author
Martin Rosser
committed
[Select2EntityType] Set option data_class to null, tetranz#121
1 parent 84663c0 commit 988f14f

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)