Skip to content

Commit

Permalink
Merge pull request #6 from wsd-msp/patch-1
Browse files Browse the repository at this point in the history
Update Client.php
  • Loading branch information
cjonstrup authored Nov 14, 2018
2 parents 1c3d945 + 2b4e1ed commit 201c94e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Economic/API/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function shutdown()
{
if (!empty($this->ch)) {
curl_close($this->ch);
$this->ch = null;
}
}

Expand Down

0 comments on commit 201c94e

Please sign in to comment.