1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 20:10:50 +01:00

Aggiunta gestione caratteri speciali FE

This commit is contained in:
FabioL 2024-07-09 15:34:52 +02:00
parent 4526e03c2f
commit dfc01a9901

View File

@ -4443,6 +4443,8 @@ class Validator
'ò' => 'o',
'ù' => 'u',
'' => '-',
'✓' => '-',
'●' => '-',
]);
return $string;