We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a983b commit 3f00c43Copy full SHA for 3f00c43
src/CacheKey.php
@@ -31,7 +31,6 @@ public function make(
31
$key .= $this->getOffsetClause();
32
$key .= $this->getLimitClause();
33
$key .= $keyDifferentiator;
34
-dump($key);
35
$key = sha1($key);
36
37
return $key;
0 commit comments