commit e7a2cc953bf1ff2283900a4553b01cef857fdd3f
parent 80553791110ac7f51237f4b7b9f3a5d81a2d3c22
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 1 Apr 2015 20:27:31 +0200
update lib
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/libs/OAuth2/src/fkooman/OAuth/Client/Api.php b/core/libs/OAuth2/src/fkooman/OAuth/Client/Api.php
@@ -33,9 +33,9 @@ class Api
private $tokenStorage;
private $httpClient;
- public function __construct($clientConfigId, ClientConfigInterface $clientConfig, StorageInterface $tokenStorage, \Guzzle\Http\Client $httpClient)
+ public function __construct($clientConfigId, ClientConfigInterface $clientConfig, StorageInterface $tokenStorage, \GuzzleHttp\Client $httpClient)
{
-
+
$this->setClientConfigId($clientConfigId);
$this->setClientConfig($clientConfig);
$this->setTokenStorage($tokenStorage);