We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ff56b commit c330fd2Copy full SHA for c330fd2
1 file changed
Client/GraphQLApiClient.php
@@ -37,7 +37,7 @@ public function __construct(
37
LoggerInterface $logger,
38
ClientInterface $httpClient,
39
TranslatorInterface $translator,
40
- $cache = null,
+ $cache = null
41
) {
42
$this->logger = $logger;
43
$this->httpClient = $httpClient;
0 commit comments