We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b00877e + 2aa0f1f commit 889e9e7Copy full SHA for 889e9e7
src/Manipulation/AbstractBaseQuery.php
@@ -152,6 +152,18 @@ public function getWhere()
152
return $this->where;
153
}
154
155
+ /**
156
+ * @param Where $where
157
+ *
158
+ * @return $this
159
+ */
160
+ public function setWhere(Where $where)
161
+ {
162
+ $this->where = $where;
163
+
164
+ return $this;
165
+ }
166
167
/**
168
* @return Table
169
*/
0 commit comments