File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 70
70
use Symfony \Component \Validator \DependencyInjection \AddValidatorInitializersPass ;
71
71
use Symfony \Component \VarExporter \Internal \Hydrator ;
72
72
use Symfony \Component \VarExporter \Internal \Registry ;
73
+ use Symfony \Component \Workflow \DependencyInjection \WorkflowDebugPass ;
73
74
use Symfony \Component \Workflow \DependencyInjection \WorkflowGuardListenerPass ;
74
75
75
76
// Help opcache.preload discover always-needed symbols
@@ -189,6 +190,7 @@ public function build(ContainerBuilder $container)
189
190
$ container ->addCompilerPass (new UnusedTagsPass (), PassConfig::TYPE_AFTER_REMOVING );
190
191
$ container ->addCompilerPass (new ContainerBuilderDebugDumpPass (), PassConfig::TYPE_BEFORE_REMOVING , -255 );
191
192
$ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
193
+ $ this ->addCompilerPassIfExists ($ container , WorkflowDebugPass::class);
192
194
}
193
195
}
194
196
You can’t perform that action at this time.
0 commit comments