Skip to content

Commit bf52ac7

Browse files
committed
[BF] fix typo
1 parent 6a84dcf commit bf52ac7

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)