Skip to content
Snippets Groups Projects
Commit d799aca0 authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

marked nested query usage as deprecated

use nested query as all other queries just by adding it to the search
parent b59f8def
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@ class Query implements BuilderInterface
/**
* @var NestedQuery
*
* @deprecated will remove in 1.0 Add NestedQuery to the Query as all other queries.
*/
private $nested = null;
......@@ -79,6 +81,8 @@ class Query implements BuilderInterface
/**
* @param string $path
* @param BuilderInterface $query
*
* @deprecated will remove in 1.0 Add NestedQuery to the Query as all other queries.
*/
public function addToNested($path, $query)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment