Skip to content

Commit

Permalink
fix camelcase format not detected issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakvGhost committed Nov 16, 2023
1 parent d28ae7d commit 53a1d7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ class CustomPasswordRule implements RuleInterface

public function message(): string
{
return LangManager::getTranslation('validation.custom_rule', [
'attribute' => $this->field,
]);
return "Vos deux mot de passes ne sont pas identiques";
}
}
```
Expand Down

0 comments on commit 53a1d7d

Please sign in to comment.