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 97255c4 commit 22d8c27Copy full SHA for 22d8c27
src/Laravel/Validation/Rules/CardNumberRule.php
@@ -52,7 +52,7 @@ protected function throwType(Closure $fail): void
52
53
protected function throwCard(Closure $fail): void
54
{
55
- $fail('The :attribute must be a valid card number.')->translate();
+ $fail('The :attribute field must be a valid card number.')->translate();
56
}
57
58
protected function isInvalidType(bool|CardType|null $type): bool
0 commit comments