-
Notifications
You must be signed in to change notification settings - Fork 96
MessageBird\Objects\Lookup::getFormats(): Return value must be of type ?array, stdClass returned #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is there a update regarding this issue? I got the same problem. |
@Developer-lab Actually I implemented the API without using package
and you need to use GuzzleHttp\Client; |
CoolGoose
pushed a commit
that referenced
this issue
Jan 5, 2023
CoolGoose
pushed a commit
that referenced
this issue
Jan 5, 2023
CoolGoose
pushed a commit
that referenced
this issue
Jan 5, 2023
@Developer-lab will bump a patch release tomorrow to fix the difference in types. It will be a stdClass as per the new loading format, it is now fixed in the master branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: