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 90110cf commit 4d4ac91Copy full SHA for 4d4ac91
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