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 f0fbde2 commit bd21a0aCopy full SHA for bd21a0a
src/Sherlock/components/filters/Nested.php
@@ -12,7 +12,7 @@
12
13
/**
14
* @method \Sherlock\components\filters\Nested path() path(\string $value)
15
- * @method \Sherlock\components\filters\Nested query() query(\sherlock\components\QueryInterface $value)
+ * @method \Sherlock\components\filters\Nested filter() filter(\sherlock\components\FilterInterface $value)
16
* @method \Sherlock\components\filters\Nested _cache() _cache(\bool $value) Default: false
17
18
*/
@@ -32,7 +32,7 @@ public function toArray()
32
'nested' =>
33
array(
34
'path' => $this->params["path"],
35
- 'query' => $this->params["query"],
+ 'filter' => $this->params["filter"]->toArray(),
36
'_cache' => $this->params["_cache"],
37
),
38
);
0 commit comments