FIX EV3-392 Verzióváltott teszt - Beszállítói adatbázis

This commit is contained in:
E98Developer 2026-03-27 08:34:11 +01:00
parent 238a1fd0c8
commit 274c5599bb

View File

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