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 5dd0804 commit 21c0aedCopy full SHA for 21c0aed
resources/lang/en/validation.php
@@ -90,7 +90,7 @@
90
'string' => 'The :attribute must be at least :min characters.',
91
'array' => 'The :attribute must have at least :min items.',
92
],
93
- 'multiple_of' => 'The :attribute must be a multiple of :value',
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
94
'not_in' => 'The selected :attribute is invalid.',
95
'not_regex' => 'The :attribute format is invalid.',
96
'numeric' => 'The :attribute must be a number.',
0 commit comments