Mark client generated services as public

This commit is contained in:
wpetit 2022-02-23 15:13:04 +01:00
parent 813dd52d70
commit 1fa5c8a15e
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ class BeSimpleSoapExtension extends Extension
new Reference(sprintf('besimple.soap.client.builder.%s', $client)),
'build'
));
$definition->setPublic(true);
} else {
$definition->setFactoryService(sprintf('besimple.soap.client.builder.%s', $client));
}