mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
normalization of phonenumber
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user