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.
2 parents cf5a457 + bf52ac7 commit 69a926dCopy full SHA for 69a926d
src/Traits/ValidationRule.php
@@ -10,7 +10,7 @@ trait ValidationRule
10
11
public function getValidationRule(): string
12
{
13
- return 'require|' . $this->validationRuleType;
+ return 'required|' . $this->validationRuleType;
14
15
/*if ($this->crudFieldOptions) {
16
$this->addCrudFieldOptions();
0 commit comments