File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 68
68
'ip ' => 'The :attribute must be a valid IP address. ' ,
69
69
'ipv4 ' => 'The :attribute must be a valid IPv4 address. ' ,
70
70
'ipv6 ' => 'The :attribute must be a valid IPv6 address. ' ,
71
- 'mac_address ' => 'The :attribute must be a valid MAC address. ' ,
72
71
'json ' => 'The :attribute must be a valid JSON string. ' ,
73
72
'lt ' => [
74
73
'numeric ' => 'The :attribute must be less than :value. ' ,
82
81
'string ' => 'The :attribute must be less than or equal to :value characters. ' ,
83
82
'array ' => 'The :attribute must not have more than :value items. ' ,
84
83
],
84
+ 'mac_address ' => 'The :attribute must be a valid MAC address. ' ,
85
85
'max ' => [
86
86
'numeric ' => 'The :attribute must not be greater than :max. ' ,
87
87
'file ' => 'The :attribute must not be greater than :max kilobytes. ' ,
You can’t perform that action at this time.
0 commit comments