Skip to content

Commit 8183581

Browse files
committed
fix
1 parent 038a4ee commit 8183581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SimplePDOQueryBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ public function leftJoin($leftJoin, $condition = '')
221221

222222
$this->joinOrd++;
223223
$this->joins[$this->joinOrd] = $join;
224+
$this->leftJoins[] = $this->joinOrd;
224225

225226
return $this;
226227
}

0 commit comments

Comments
 (0)