8000
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 c4ed1e1 commit d00b7ecCopy full SHA for d00b7ec
src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
@@ -62,10 +62,10 @@ public function __construct()
62
new AutowireRequiredMethodsPass(),
63
new AutowireRequiredPropertiesPass(),
64
new ResolveBindingsPass(),
65
+ new DecoratorServicePass(),
66
new CheckDefinitionValidityPass(),
67
new AutowirePass(false),
68
new ServiceLocatorTagPass(),
- new DecoratorServicePass(),
69
new ResolveTaggedIteratorArgumentPass(),
70
new ResolveServiceSubscribersPass(),
71
new ResolveReferencesToAliasesPass(),
0 commit comments