Skip to content

Commit 9ed0312

Browse files
committed
Remove unused member on RetryExecutor
1 parent f9a8b04 commit 9ed0312

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Query/RetryExecutor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
class RetryExecutor implements ExecutorInterface
88
{
99
private $executor;
10-
private $cache;
1110
private $retries;
1211

1312
public function __construct(ExecutorInterface $executor, $retries = 2)

0 commit comments

Comments
 (0)