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 84f96af commit ec6585cCopy full SHA for ec6585c
src/Traits/QueryCacheable.php
@@ -21,7 +21,7 @@ protected function newBaseQueryBuilder()
21
22
if ($this->cacheFor) {
23
$builder->cacheFor($this->cacheFor);
24
- $this->avoidCache = false;
+ $builder->avoidCache = false;
25
}
26
27
if ($this->cacheTags) {
0 commit comments