Skip to content

Commit

Permalink
Return field
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Apr 3, 2019
1 parent 67d251b commit 9e6db97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilder/Statement/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getFieldSql(): string
public function getValueSql(): string
{
if ($this->value instanceof Field) {
$this->value->toSql();
return $this->value->toSql();
}

return '?';
Expand Down

0 comments on commit 9e6db97

Please sign in to comment.