Skip to content

Commit f11e9bb

Browse files
authored
Update AjaxSelect.php
1 parent bd9d526 commit f11e9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/AjaxSelect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct(?string $label, callable $callback)
2727
}
2828

2929
public function getValue()
30-
{
30+
{
3131
if (!\in_array($this->value, [null, '', []], true)) {
3232
$this->setValue($this->value);
3333
}

0 commit comments

Comments
 (0)