Skip to content

Commit 5052ab1

Browse files
committed
Add date_equals validation message
1 parent 03ac80b commit 5052ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'boolean' => 'The :attribute field must be true or false.',
3333
'confirmed' => 'The :attribute confirmation does not match.',
3434
'date' => 'The :attribute is not a valid date.',
35+
'date_equals' => 'The :attribute must be a date equal to :date.',
3536
'date_format' => 'The :attribute does not match the format :format.',
3637
'different' => 'The :attribute and :other must be different.',
3738
'digits' => 'The :attribute must be :digits digits.',

0 commit comments

Comments
 (0)