From 274c5599bb31a2f57a0f5dfe106cd5f5d075d909 Mon Sep 17 00:00:00 2001 From: E98Developer Date: Fri, 27 Mar 2026 08:34:11 +0100 Subject: [PATCH] =?UTF-8?q?FIX=20EV3-392=20Verzi=C3=B3v=C3=A1ltott=20teszt?= =?UTF-8?q?=20-=20Besz=C3=A1ll=C3=ADt=C3=B3i=20adatb=C3=A1zis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Rules/PhoneRule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Rules/PhoneRule.php b/app/Rules/PhoneRule.php index ac3acb6..6332c81 100644 --- a/app/Rules/PhoneRule.php +++ b/app/Rules/PhoneRule.php @@ -8,7 +8,7 @@ class PhoneRule implements Rule { public static string $placeHolder = '+36 30 999 9999'; - public static string $inputMaskPatter = '+9[9] 9[9] 999 999[9999]'; + public static string $inputMaskPatter = '+9[9] 9[9] 999 999[9]'; public static string $regexPattern = "^[\/+][0-9]{1,3}[ ][0-9]{1,3}[ ][0-9]{3}[ ][0-9]{3,9}$";