We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I believe that GuzzleHttp/psr7/build_query() method has been deprecated instead you should use GuzzleHttp/psr7/Query::build().
GuzzleHttp/psr7/build_query()
GuzzleHttp/psr7/Query::build()
I am getting following error in my application:
{ "message": "Call to undefined function GuzzleHttp\\Psr7\\build_query()", "context": { "exception": { "class": "Error", "message": "Call to undefined function GuzzleHttp\\Psr7\\build_query()", "code": 0, "file": "/tmp/vendor/muxinc/mux-php/MuxPhp/Api/LiveStreamsApi.php:2505" }, ... }, }
The text was updated successfully, but these errors were encountered:
Im having the same issue. Just grabbed v3.8 and it still refers to build_query() Did you resolve this ?
Sorry, something went wrong.
fix: Call to undefined function GuzzleHttp\\Psr7\\build_query() muxin…
5cd9617
…c#57
Successfully merging a pull request may close this issue.
I believe that
GuzzleHttp/psr7/build_query()
method has been deprecated instead you should useGuzzleHttp/psr7/Query::build()
.I am getting following error in my application:
The text was updated successfully, but these errors were encountered: