Skip to content

Commit 7470c64

Browse files
authored
Moved avoidCache to the scope [skip ci]
1 parent ec6585c commit 7470c64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Traits/QueryCacheable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ protected function newBaseQueryBuilder()
2121

2222
if ($this->cacheFor) {
2323
$builder->cacheFor($this->cacheFor);
24-
$builder->avoidCache = false;
2524
}
2625

2726
if ($this->cacheTags) {

0 commit comments

Comments
 (0)