mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix error when using twilio format
This commit is contained in:
parent
fabe32371f
commit
2788149db4
@ -204,7 +204,7 @@ class PhonenumberHelper
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
$format = json_decode($response->getBody())->national_format;
|
$format = json_decode($response->getBody()->getContents())->national_format;
|
||||||
|
|
||||||
$item
|
$item
|
||||||
->set($format)
|
->set($format)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user