We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c218c7 + 9ed0312 commit 1e1e2edCopy full SHA for 1e1e2ed
1 file changed
Query/RetryExecutor.php
@@ -7,7 +7,6 @@
7
class RetryExecutor implements ExecutorInterface
8
{
9
private $executor;
10
- private $cache;
11
private $retries;
12
13
public function __construct(ExecutorInterface $executor, $retries = 2)
0 commit comments