Update validation.php

This commit is contained in:
Laurence Ioannou 2015-05-18 23:58:09 +10:00
parent 1ac0a0bbda
commit 5c96950816
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
"string" => "The :attribute must be :size characters.",
"array" => "The :attribute must contain :size items.",
],
"string" => "The :attribute must be a string.",
"unique" => "The :attribute has already been taken.",
"url" => "The :attribute format is invalid.",
"timezone" => "The :attribute must be a valid zone.",