mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Fix invalid namespace reference for SolrService_Core
This commit is contained in:
parent
8228c762c9
commit
d13601f827
@ -10,7 +10,7 @@ Solr::include_client_api();
|
|||||||
*/
|
*/
|
||||||
class SolrService extends SolrService_Core
|
class SolrService extends SolrService_Core
|
||||||
{
|
{
|
||||||
private static $core_class = 'SilverStripe\FullTextSearch\Solr\Services\SolrService';
|
private static $core_class = 'SilverStripe\FullTextSearch\Solr\Services\SolrService_Core';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle encoding the GET parameters and making the HTTP call to execute a core command
|
* Handle encoding the GET parameters and making the HTTP call to execute a core command
|
||||||
|
Loading…
Reference in New Issue
Block a user