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 46bbc33 commit a173c86Copy full SHA for a173c86
1 file changed
Validator/Validator.php
@@ -22,6 +22,7 @@ public function validate(
22
mixed $data = null,
23
string $scope = ''
24
): bool {
25
+ // @todo: Move this to the RequiredValidator class
26
if ($this->isRequired($component)
27
&& $this->isEmpty->execute($component, $data)
28
&& false === $this->ajax->isAjax()) {
0 commit comments