php-rest-api icon indicating copy to clipboard operation
php-rest-api copied to clipboard

MessageBird\Objects\Lookup::getFormats(): Return value must be of type ?array, stdClass returned

Open abbasjaber opened this issue 3 years ago • 0 comments

Hello, I'm trying getFormats() function, I'm using Lookup Api and Laravel 9, and I got this error MessageBird\Objects\Lookup::getFormats(): Return value must be of type ?array, stdClass returned

$lookup = $messageBird->lookup->read($phone[$i]);
$formats= $lookup->getFormats();

abbasjaber avatar Aug 08 '22 00:08 abbasjaber