Maintain alphabetical order

This commit is contained in:
Andy
2015-06-16 08:46:07 -05:00
parent 7e303014b6
commit d64b5a52af

View File

@@ -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.',