File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function build(ContainerBuilder $container): void
32
32
$ container ->addCompilerPass (new BuildClientTopicSubscriberRoutesPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 100 );
33
33
$ container ->addCompilerPass (new BuildClientCommandSubscriberRoutesPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 100 );
34
34
$ container ->addCompilerPass (new BuildClientProcessorRoutesPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 100 );
35
- $ container ->addCompilerPass (new AnalyzeRouteCollectionPass (' default ' ), PassConfig::TYPE_BEFORE_OPTIMIZATION , 30 );
35
+ $ container ->addCompilerPass (new AnalyzeRouteCollectionPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 30 );
36
36
$ container ->addCompilerPass (new BuildClientProcessorRegistryPass ());
37
37
38
38
if (class_exists (AsyncEventDispatcherExtension::class)) {
You can’t perform that action at this time.
0 commit comments