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}$";