Commit 462b9115 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2960 from josezenem/master

Missing validation sentence for timezone.
parents b363f3d1 e493e113
...@@ -71,6 +71,7 @@ return array( ...@@ -71,6 +71,7 @@ return array(
), ),
"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.",
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
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