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 eeb78e0 commit 279a966Copy full SHA for 279a966
src/Traits/ModelCaching.php
@@ -69,7 +69,7 @@ public static function destroy($ids)
69
public function newEloquentBuilder($query)
70
{
71
if (! $this->isCachable()) {
72
- $this->isCachable = true;
+ $this->isCachable = false;
73
74
return new EloquentBuilder($query);
75
}
0 commit comments