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