Skip to content

Commit 69a926d

Browse files
authored
Merge pull request #9 from webfactor/2.1
[BF] fix typo
2 parents cf5a457 + bf52ac7 commit 69a926d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/ValidationRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ trait ValidationRule
1010

1111
public function getValidationRule(): string
1212
{
13-
return 'require|' . $this->validationRuleType;
13+
return 'required|' . $this->validationRuleType;
1414

1515
/*if ($this->crudFieldOptions) {
1616
$this->addCrudFieldOptions();

0 commit comments

Comments
 (0)