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 70d330e commit a3fda74Copy full SHA for a3fda74
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