run through pint

This commit is contained in:
2023-11-28 23:37:02 +05:00
parent 5b32575929
commit 56a7255e4a
18 changed files with 573 additions and 638 deletions

View File

@@ -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'));
}
}