Commit 3b0d0392 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3426 from Phyxsius/patch-2

Maintain alphabetical order
parents 7e303014 d64b5a52
......@@ -70,8 +70,8 @@ return [
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
],
'timezone' => 'The :attribute must be a valid zone.',
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'url' => 'The :attribute format is invalid.',
......
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