Skip to content

Commit

Permalink
Update DB.php
Browse files Browse the repository at this point in the history
  • Loading branch information
riverside committed Mar 10, 2024
1 parent a3966db commit b4c9238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function count(): ?int
$statement .= " FROM " . $this->table;

if ($this->join) {
$statement .= "JOIN " . $this->join;
$statement .= " " . $this->buildJoin();
}

if ($this->where) {
Expand Down

0 comments on commit b4c9238

Please sign in to comment.