diff --git a/DependencyInjection/SearchableServicesCompilerPass.php b/DependencyInjection/SearchableServicesCompilerPass.php index ed2903cc5..12f27933e 100644 --- a/DependencyInjection/SearchableServicesCompilerPass.php +++ b/DependencyInjection/SearchableServicesCompilerPass.php @@ -33,7 +33,7 @@ class SearchableServicesCompilerPass implements CompilerPassInterface */ public function process(ContainerBuilder $container) { - if (!$container->hasDefinition('chill.main.search_provider')) { + if (!$container->hasDefinition('chill.main.search_provider')) { throw new \LogicException('service chill.main.search_provider ' . 'is not defined.'); }