Commit 1978f2cb authored by Dorian Villet's avatar Dorian Villet

Implement DocumentInterface in Solarium\QueryType\Analysis\Query\Document.

parent f8a74094
...@@ -46,7 +46,7 @@ use Solarium\QueryType\Select\Result\DocumentInterface; ...@@ -46,7 +46,7 @@ use Solarium\QueryType\Select\Result\DocumentInterface;
/** /**
* Analysis document query * Analysis document query
*/ */
class Document extends Query class Document extends Query implements DocumentInterface
{ {
/** /**
......
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