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 6a84dcf commit bf52ac7Copy full SHA for bf52ac7
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