Skip to content

Commit

Permalink
Prefix the service tag for better namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Luehrsen committed Nov 25, 2023
1 parent 8e040f1 commit 3405e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Compiler/CustomProcessorPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function process(ContainerBuilder $container): void
// Find the OpenAPI generator service.
$definition = $container->findDefinition('nelmio_api_doc.open_api.generator');

foreach ($container->findTaggedServiceIds('swagger.processor') as $id => $tags) {
foreach ($container->findTaggedServiceIds('nelmio_api_doc.swagger.processor') as $id => $tags) {
/**
* Before which processor should this processor be run?
*
Expand Down

0 comments on commit 3405e7b

Please sign in to comment.