We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c8b56d + c1718c3 commit 3d498ceCopy full SHA for 3d498ce
src/Resources/Token.php
@@ -29,6 +29,7 @@ class Token implements CacheableInterface
29
*/
30
public function __construct($httpClient)
31
{
32
+ $this->cacheWrapper = new CacheWrapper();
33
$this->httpClient = $httpClient;
34
}
35
0 commit comments