Skip to content
Snippets Groups Projects
Commit 262b6c95 authored by David Maus's avatar David Maus
Browse files

Add missing property declaration

parent be0006bd
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,13 @@ class Search implements CommandInterface ...@@ -53,6 +53,13 @@ class Search implements CommandInterface
*/ */
private $query; private $query;
/**
* Result.
*
* @var RecordCollection
*/
private $result;
/** /**
* Query builder. * Query builder.
* *
...@@ -117,4 +124,4 @@ class Search implements CommandInterface ...@@ -117,4 +124,4 @@ class Search implements CommandInterface
} }
return $this->query; return $this->query;
} }
} }
\ No newline at end of file
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