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.
1 parent f9a8b04 commit 9ed0312Copy full SHA for 9ed0312
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