mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix type with phonenumber helper
This commit is contained in:
parent
7b5e96771f
commit
12d6829b98
@ -260,7 +260,7 @@ class PhonenumberHelper
|
||||
return null;
|
||||
}
|
||||
|
||||
$validation = json_decode($response->getBody())->carrier->type;
|
||||
$validation = json_decode($response->getBody()->getContents())->carrier->type;
|
||||
|
||||
$item
|
||||
->set($validation)
|
||||
|
Loading…
x
Reference in New Issue
Block a user