We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9adf26 commit d2c0d10Copy full SHA for d2c0d10
1 file changed
src/Clause/SelectClause.php
@@ -108,6 +108,7 @@ public function addTableFields($table, $fields)
108
{
109
$this->addTableField($table, $field);
110
}
111
+ return $this;
112
113
114
/**
0 commit comments