Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
add back empty constructor in request
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Lee committed Jan 17, 2017
1 parent 5877015 commit d800009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AfterShip/Core/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class Request
private $_api_version = 'v4';
private $_client;

public function __construct()
{
}

protected function send($url, $request_type, array $data = array())
{
$headers = array(
Expand Down

0 comments on commit d800009

Please sign in to comment.