fix controller
This commit is contained in:
parent
0168ce754a
commit
5c4413a97c
1 changed files with 0 additions and 4 deletions
|
@ -48,8 +48,6 @@ class ApiClient
|
|||
* @param string $site site code
|
||||
*
|
||||
* @throws \InvalidArgumentException
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function __construct($url, $apiKey, $site = null)
|
||||
{
|
||||
|
@ -61,8 +59,6 @@ class ApiClient
|
|||
|
||||
$this->client = new Client($url, array('apiKey' => $apiKey));
|
||||
$this->siteCode = $site;
|
||||
|
||||
return $this->client;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue