1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-24 12:51:05 +01:00

Aggiunta carattere in validator.php

This commit is contained in:
Pek5892 2023-11-06 12:45:36 +01:00
parent 905a20051c
commit 5ae664af99

View File

@ -4444,6 +4444,7 @@ class Validator
'ì' => 'i',
'ò' => 'o',
'ù' => 'u',
'' => '-',
]);
return $string;