fix type with phonenumber helper

This commit is contained in:
Julien Fastré 2021-12-09 14:17:42 +01:00
parent 7b5e96771f
commit 12d6829b98

View File

@ -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)