Skip to content

Commit

Permalink
Merge pull request #30 from flownative/bugfix/missing-cache-property
Browse files Browse the repository at this point in the history
Add missing class property
  • Loading branch information
kdambekalns authored Sep 7, 2022
2 parents 3a81c7f + 9b04272 commit 9bb44a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Classes/Service/CantoClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ final class CantoClient
*/
protected $accountAuthorizationRepository;

/**
* @var VariableFrontend $apiResponsesCache
*/
protected $apiResponsesCache;

public function __construct(private string $apiBaseUri, protected string $appId, protected string $appSecret, private string $serviceName)
{
$this->httpClient = new Client(['allow_redirects' => true]);
Expand Down

0 comments on commit 9bb44a1

Please sign in to comment.