-
Notifications
You must be signed in to change notification settings - Fork 135
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
Call to undefined function GuzzleHttp\Promise\unwrap() #109
Comments
This is the fix: use GuzzleHttp\Promise;
// ...
/**
* We have to unwrap and send all promises at the end before analytics objects is destroyed.
*/
public function __destruct()
{
Promise\Utils::unwrap(self::$promises);
//Promise\unwrap(self::$promises); > deprecated
} |
same error, can you fix this please? |
Hi |
Hi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting this error.
Call to undefined function GuzzleHttp\Promise\unwrap()
in
TheIconic\Tracking\GoogleAnalytics\Network\HttpClient::__destruct
at line 51This is what I am sending:
Here are some of the packages we use:
The text was updated successfully, but these errors were encountered: