We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 926c48e + 9051a02 commit 9477122Copy full SHA for 9477122
resources/lang/en/validation.php
@@ -68,7 +68,6 @@
68
'ip' => 'The :attribute must be a valid IP address.',
69
'ipv4' => 'The :attribute must be a valid IPv4 address.',
70
'ipv6' => 'The :attribute must be a valid IPv6 address.',
71
- 'mac_address' => 'The :attribute must be a valid MAC address.',
72
'json' => 'The :attribute must be a valid JSON string.',
73
'lt' => [
74
'numeric' => 'The :attribute must be less than :value.',
@@ -82,6 +81,7 @@
82
81
'string' => 'The :attribute must be less than or equal to :value characters.',
83
'array' => 'The :attribute must not have more than :value items.',
84
],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
85
'max' => [
86
'numeric' => 'The :attribute must not be greater than :max.',
87
'file' => 'The :attribute must not be greater than :max kilobytes.',
0 commit comments