Skip to content

Commit 9051a02

Browse files
authored
Fix alphabetical order
1 parent 926c48e commit 9051a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
'ip' => 'The :attribute must be a valid IP address.',
6969
'ipv4' => 'The :attribute must be a valid IPv4 address.',
7070
'ipv6' => 'The :attribute must be a valid IPv6 address.',
71-
'mac_address' => 'The :attribute must be a valid MAC address.',
7271
'json' => 'The :attribute must be a valid JSON string.',
7372
'lt' => [
7473
'numeric' => 'The :attribute must be less than :value.',
@@ -82,6 +81,7 @@
8281
'string' => 'The :attribute must be less than or equal to :value characters.',
8382
'array' => 'The :attribute must not have more than :value items.',
8483
],
84+
'mac_address' => 'The :attribute must be a valid MAC address.',
8585
'max' => [
8686
'numeric' => 'The :attribute must not be greater than :max.',
8787
'file' => 'The :attribute must not be greater than :max kilobytes.',

0 commit comments

Comments
 (0)