Skip to content

Commit a1bfffb

Browse files
author
Dmitry Drozd
committed
Fixed bug with MessageBag
1 parent ff22c11 commit a1bfffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Form.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,8 @@ public function validate($force = false)
441441
}
442442
}
443443
}
444+
445+
$this->errors = array_dot($this->errors);
444446
$this->validated = true;
445447
}
446448

0 commit comments

Comments
 (0)