mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
fix error when using twilio format
This commit is contained in:
@@ -204,7 +204,7 @@ class PhonenumberHelper
|
||||
return null;
|
||||
}
|
||||
|
||||
$format = json_decode($response->getBody())->national_format;
|
||||
$format = json_decode($response->getBody()->getContents())->national_format;
|
||||
|
||||
$item
|
||||
->set($format)
|
||||
|
Reference in New Issue
Block a user