run through pint
This commit is contained in:
@@ -16,7 +16,7 @@ class DowranAgaAllowed implements ValidationRule
|
||||
{
|
||||
$pattern = "/^[a-zA-Z0-9\s\(\)\"\'\-\žŽäÄňŇöÖşŞüÜçÇýÝ\/,]+$/u";
|
||||
|
||||
if (! preg_match($pattern, $value)) {
|
||||
if (! preg_match($pattern, $value)) {
|
||||
$fail(__('Write a correct data please'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user