Skip to content

Commit 5c96950

Browse files
committed
Update validation.php
1 parent 1ac0a0b commit 5c96950

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
@@ -70,6 +70,7 @@
7070
"string" => "The :attribute must be :size characters.",
7171
"array" => "The :attribute must contain :size items.",
7272
],
73+
"string" => "The :attribute must be a string.",
7374
"unique" => "The :attribute has already been taken.",
7475
"url" => "The :attribute format is invalid.",
7576
"timezone" => "The :attribute must be a valid zone.",

0 commit comments

Comments
 (0)