Skip to content

Commit 0883a47

Browse files
committed
Fix CS
1 parent 863c84d commit 0883a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function useWritePdo()
4545
*/
4646
public function selectSub($query, $as)
4747
{
48-
if(get_class($query) == self::class) {
48+
if (get_class($query) == self::class) {
4949
$this->appendCacheTags($query->getCacheTags() ?? []);
5050
}
5151

0 commit comments

Comments
 (0)