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 d04e326 commit af09094Copy full SHA for af09094
src/DependencyInjection/Compiler/ConfigProcessorPass.php
@@ -13,10 +13,6 @@ class ConfigProcessorPass implements CompilerPassInterface
13
{
14
public function process(ContainerBuilder $container): void
15
16
- if (!$container->has(ConfigProcessor::class)) {
17
- return;
18
- }
19
-
20
$definition = $container->findDefinition(ConfigProcessor::class);
21
22
$taggedServices = $container->findTaggedServiceIds('overblog_graphql.definition_config_processor');
0 commit comments