Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 5524f2b

Browse files
committed
Merge branch 'hotfix/17'
Close #17
2 parents b75c2a7 + fe03768 commit 5524f2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Factory.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ public function createInput($inputSpecification)
212212
break;
213213
case 'required':
214214
$input->setRequired($value);
215-
if (isset($inputSpecification['allow_empty'])) {
216-
$input->setAllowEmpty($inputSpecification['allow_empty']);
217-
}
218215
break;
219216
case 'allow_empty':
220217
$input->setAllowEmpty($value);

0 commit comments

Comments
 (0)