When making an export, go the following error:
Call to undefined function GuzzleHttp\Psr7\build_query()
i am using laravel 8 and using guzzle 7.4.1.
The resolution to this issue is to use the Query::build method instead of the old one.
https://docs.aws.amazon.com/aws-sdk-php/v3/api/function-GuzzleHttp.Psr7.build_query.html
Need someone to take a look at the following file:
Api\EndpointsApi.php file
When making an export, go the following error:
Call to undefined function GuzzleHttp\Psr7\build_query()
i am using laravel 8 and using guzzle 7.4.1.
The resolution to this issue is to use the Query::build method instead of the old one.
https://docs.aws.amazon.com/aws-sdk-php/v3/api/function-GuzzleHttp.Psr7.build_query.html
Need someone to take a look at the following file:
Api\EndpointsApi.php file