mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
Merge remote-tracking branch 'origin/support/3.2' into develop
This commit is contained in:
@@ -27,6 +27,7 @@ class RemoveAbstractDefinitionsPass implements CompilerPassInterface
|
||||
{
|
||||
foreach ($container->getDefinitions() as $id => $definition) {
|
||||
if ($definition->isAbstract()) {
|
||||
$container->resolveEnvPlaceholders($definition);
|
||||
$container->removeDefinition($id);
|
||||
$container->log($this, \sprintf('Removed service "%s"; reason: abstract.', $id));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user