normalization of phonenumber

This commit is contained in:
2022-03-02 14:10:48 +01:00
parent 2a9f1dc238
commit f4f488dad1
4 changed files with 68 additions and 3 deletions

View File

@@ -251,7 +251,7 @@ final class PhonenumberHelper implements PhoneNumberHelperInterface
$item = $this->cachePool->getItem('pnum_' . $filtered);
if ($item->isHit()) {
//return $item->get();
return $item->get();
}
try {