Commit 6f736339 authored by Jens Segers's avatar Jens Segers

Add limit to remember cache key, fixes #435

parent 97dbdfc7
...@@ -271,6 +271,7 @@ class Builder extends BaseBuilder { ...@@ -271,6 +271,7 @@ class Builder extends BaseBuilder {
'groups' => $this->groups, 'groups' => $this->groups,
'orders' => $this->orders, 'orders' => $this->orders,
'offset' => $this->offset, 'offset' => $this->offset,
'limit' => $this->limit,
'aggregate' => $this->aggregate, 'aggregate' => $this->aggregate,
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment