keep the lines sorted

This commit is contained in:
Mohamed Said 2016-02-26 14:59:54 +00:00
parent ef6b5a6343
commit fa6c48d27c
1 changed files with 1 additions and 1 deletions

View File

@ -57,8 +57,8 @@
],
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'regex' => 'The :attribute format is invalid.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',