Skip to content

Commit f79296d

Browse files
Add mac_address validation message (laravel#5754)
1 parent 1ea3519 commit f79296d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
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.',
7172
'json' => 'The :attribute must be a valid JSON string.',
7273
'lt' => [
7374
'numeric' => 'The :attribute must be less than :value.',

0 commit comments

Comments
 (0)