Skip to content

Commit

Permalink
Merge pull request #1 from antondkv/master
Browse files Browse the repository at this point in the history
Fix issue theiconic#114: GuzzleHttp compatibility
  • Loading branch information
TheLevti authored Sep 28, 2023
2 parents 7aff52b + 5774751 commit 0620341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class HttpClient
*/
public function __destruct()
{
Promise\unwrap(self::$promises);
Promise\Utils::unwrap(self::$promises);
}

/**
Expand Down

0 comments on commit 0620341

Please sign in to comment.