File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1919use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
2020use Symfony \Component \DependencyInjection \ContainerBuilder ;
2121use Symfony \Component \DependencyInjection \Reference ;
22+ use Ibexa \Contracts \Core \Persistence \Content \Location \Handler as LocationHandler ;
2223
2324final class AsynchronousIndexingPass implements CompilerPassInterface
2425{
@@ -37,7 +38,7 @@ public function process(ContainerBuilder $container): void
3738 ->setDecoratedService (CoreContentEventSubscriber::class)
3839 ->setArguments ([
3940 new Reference ('netgen.ibexa_search_extra.asynchronous_indexing.messenger.bus ' ),
40- new Reference (' Ibexa\Contracts\Core\Persistence\Content\Location\Handler ' ),
41+ new Reference (LocationHandler::class ),
4142 ]);
4243
4344 $ container
You can’t perform that action at this time.
0 commit comments