Skip to content

Commit 3d498ce

Browse files
authored
Merge pull request #20 from dpdconnect/1.1.10
1.1.10
2 parents 8c8b56d + c1718c3 commit 3d498ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/Token.php

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class Token implements CacheableInterface
2929
*/
3030
public function __construct($httpClient)
3131
{
32+
$this->cacheWrapper = new CacheWrapper();
3233
$this->httpClient = $httpClient;
3334
}
3435

0 commit comments

Comments
 (0)