Merge pull request #2960 from josezenem/master

Missing validation sentence for timezone.
This commit is contained in:
Taylor Otwell
2014-08-22 08:34:03 -05:00

View File

@@ -71,6 +71,7 @@ return array(
),
"unique" => "The :attribute has already been taken.",
"url" => "The :attribute format is invalid.",
"timezone" => "The :attribute must be a valid zone.",
/*
|--------------------------------------------------------------------------