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
commit 462b91157b
1 changed files with 1 additions and 0 deletions

View File

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