Skip to content

Commit ec6585c

Browse files
authored
Fix typo
1 parent 84f96af commit ec6585c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/QueryCacheable.php

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

2222
if ($this->cacheFor) {
2323
$builder->cacheFor($this->cacheFor);
24-
$this->avoidCache = false;
24+
$builder->avoidCache = false;
2525
}
2626

2727
if ($this->cacheTags) {

0 commit comments

Comments
 (0)