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.
1 parent 8991871 commit 2aa0f1fCopy full SHA for 2aa0f1f
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