Skip to content
Snippets Groups Projects
Commit 0afeb795 authored by Demian Katz's avatar Demian Katz
Browse files

Added missing property.

parent 942caf55
No related merge requests found
...@@ -51,6 +51,12 @@ class Solr implements AutocompleteInterface, ServiceLocatorAwareInterface ...@@ -51,6 +51,12 @@ class Solr implements AutocompleteInterface, ServiceLocatorAwareInterface
protected $searchClassId = 'Solr'; protected $searchClassId = 'Solr';
protected $searchObject; protected $searchObject;
/**
* Service locator
*
* @var ServiceLocatorInterface
*/
protected $serviceLocator;
/** /**
* setConfig * setConfig
......
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