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 863c84d commit 0883a47Copy full SHA for 0883a47
src/Query/Builder.php
@@ -45,7 +45,7 @@ public function useWritePdo()
45
*/
46
public function selectSub($query, $as)
47
{
48
- if(get_class($query) == self::class) {
+ if (get_class($query) == self::class) {
49
$this->appendCacheTags($query->getCacheTags() ?? []);
50
}
51
0 commit comments