We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3354d commit c56878aCopy full SHA for c56878a
DependencyInjection/Compiler/MappingPass.php
@@ -58,7 +58,7 @@ public function process(ContainerBuilder $container)
58
throw new \RuntimeException(
59
sprintf(
60
'Document `%s` defined in ongr_elasticsearch.indexes config could not been found',
61
- $class,
+ $class
62
)
63
);
64
}
0 commit comments