We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d637a commit 874bbb5Copy full SHA for 874bbb5
src/Traits/ModelCaching.php
@@ -22,7 +22,7 @@ public function __get($key)
22
?? 0;
23
}
24
25
- if ($key === 'query') {
+ if ($key === "query") {
26
return $this->query
27
?? $this->newModelQuery();
28
0 commit comments