Skip to content

Commit cc6d16c

Browse files
Merge remote-tracking branch 'origin/f-get-query-object' into master
2 parents 56371dd + eb4a6cf commit cc6d16c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/QueryObjectDataSource.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,8 @@ public static function parseFilterDate(FilterDate $filter) {
248248
}
249249
}
250250

251+
public function getQueryObject() {
252+
return $this->queryObject;
253+
}
254+
251255
}

0 commit comments

Comments
 (0)