Commit 11a8db89 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3378 from TheShiftExchange/patch-3

Add validation message for string rule
parents 1ac0a0bb 5c969508
...@@ -70,6 +70,7 @@ return [ ...@@ -70,6 +70,7 @@ return [
"string" => "The :attribute must be :size characters.", "string" => "The :attribute must be :size characters.",
"array" => "The :attribute must contain :size items.", "array" => "The :attribute must contain :size items.",
], ],
"string" => "The :attribute must be a string.",
"unique" => "The :attribute has already been taken.", "unique" => "The :attribute has already been taken.",
"url" => "The :attribute format is invalid.", "url" => "The :attribute format is invalid.",
"timezone" => "The :attribute must be a valid zone.", "timezone" => "The :attribute must be a valid zone.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment