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 b6e6180 commit 3c3250fCopy full SHA for 3c3250f
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