Skip to content

Commit c0389c9

Browse files
committed
typo
1 parent 259fb0b commit c0389c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Forms/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ public function fireEvents(): void
422422
$this->validate();
423423
}
424424

425-
if ($this->submittedBy instanceof SubmitterControl) {
425+
if ($this->submittedBy instanceof Controls\SubmitButton) {
426426
if ($this->isValid()) {
427427
$this->invokeHandlers($this->submittedBy->onClick, $this->submittedBy);
428428
} else {

0 commit comments

Comments
 (0)