We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf49a72 commit 886d97fCopy full SHA for 886d97f
src/Models/CheckQueryReturnTrait.php
@@ -52,6 +52,8 @@ private function checkValidationError(): void
52
*/
53
private function getValidationErrors(): array
54
{
55
+ // @TODO When CI v4.3 is released, you can use `$this->validation->getErrors(false)`.
56
+ // See https://github.com/codeigniter4/CodeIgniter4/pull/6381
57
return $this->getValidationPropertyErrors();
58
}
59
0 commit comments