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

Commit d800009

Browse files
author
Hans Lee
committed
add back empty constructor in request
1 parent 5877015 commit d800009

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AfterShip/Core/Request.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ class Request
1111
private $_api_version = 'v4';
1212
private $_client;
1313

14+
public function __construct()
15+
{
16+
}
17+
1418
protected function send($url, $request_type, array $data = array())
1519
{
1620
$headers = array(

0 commit comments

Comments
 (0)