From e861440b93382cab6d19bcb000bae177f1a54b20 Mon Sep 17 00:00:00 2001 From: Slawomir Dolzycki-Uchto Date: Wed, 2 Feb 2022 13:34:08 +0100 Subject: [PATCH] IBX-1853: Used rebranded namespaces in code (#20) --- src/bundle/DependencyInjection/IbexaSolrExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/DependencyInjection/IbexaSolrExtension.php b/src/bundle/DependencyInjection/IbexaSolrExtension.php index c7ce2c88..e989151f 100644 --- a/src/bundle/DependencyInjection/IbexaSolrExtension.php +++ b/src/bundle/DependencyInjection/IbexaSolrExtension.php @@ -60,7 +60,7 @@ class IbexaSolrExtension extends Extension * * @var string */ - public const ENDPOINT_CLASS = 'EzSystems\\EzPlatformSolrSearchEngine\\Gateway\\Endpoint'; + public const ENDPOINT_CLASS = 'Ibexa\\Solr\\Gateway\\Endpoint'; /** * Endpoint service tag.