Skip to content

Commit 874bbb5

Browse files
authored
Update ModelCaching.php
Signed-off-by: Mike Bronner <mike@genealabs.com>
1 parent f9d637a commit 874bbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/ModelCaching.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __get($key)
2222
?? 0;
2323
}
2424

25-
if ($key === 'query') {
25+
if ($key === "query") {
2626
return $this->query
2727
?? $this->newModelQuery();
2828
}

0 commit comments

Comments
 (0)