Skip to content

Commit 1242f0c

Browse files
Remove zf1 compatibility
1 parent 39d983b commit 1242f0c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/FormElement/SelectElement.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,6 @@ protected function registerAttributeCallbacks(Attributes $attributes)
209209
[$this, 'setOptions']
210210
);
211211

212-
// ZF1 compatibility:
213-
$this->getAttributes()->registerAttributeCallback(
214-
'multiOptions',
215-
null,
216-
[$this, 'setOptions']
217-
);
218-
219212
$this->registerMultipleAttributeCallback($attributes);
220213
}
221214
}

0 commit comments

Comments
 (0)