Skip to content

Commit b556ff4

Browse files
author
Viktor Masicek
committed
Merge remote-tracking branch 'origin/f-get-query-object' into nette-3
# Conflicts: # src/QueryObjectDataSource.php
2 parents 8c462fa + eb4a6cf commit b556ff4

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
@@ -247,4 +247,8 @@ public static function parseFilterDate(FilterDate $filter) {
247247
}
248248
}
249249

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

0 commit comments

Comments
 (0)