From f79296dcd548c0ced169f6453d75f231fee407fc Mon Sep 17 00:00:00 2001 From: Bilal Al-Massry <33354606+bilalalmassry@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:12:28 +0200 Subject: [PATCH] Add mac_address validation message (#5754) --- resources/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index f4961e00..87fb437c 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -68,6 +68,7 @@ return [ 'ip' => 'The :attribute must be a valid IP address.', 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', + 'mac_address' => 'The :attribute must be a valid MAC address.', 'json' => 'The :attribute must be a valid JSON string.', 'lt' => [ 'numeric' => 'The :attribute must be less than :value.',