Skip to content

Commit

Permalink
Return curl until Response is developed
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Oct 4, 2016
1 parent 30ed212 commit 50bcb63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ public function getResponseCode():int {

public function getResponse() {
$response = new Response();
die("NOT YET IMPLEMENTED");

// until Response is developed, pass back the Curl object.
return $this->curl;
}

private function curlInit($options = []) {
Expand Down

0 comments on commit 50bcb63

Please sign in to comment.