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 @@ -29,7 +29,7 @@ public function build(ContainerBuilder $container): void
29
29
//client passes
30
30
$ container ->addCompilerPass (new BuildClientConsumptionExtensionsPass ());
31
31
$ container ->addCompilerPass (new BuildClientExtensionsPass ());
32
- $ container ->addCompilerPass (new BuildClientTopicSubscriberRoutesPass (' default ' ), PassConfig::TYPE_BEFORE_OPTIMIZATION , 100 );
32
+ $ container ->addCompilerPass (new BuildClientTopicSubscriberRoutesPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 100 );
33
33
$ container ->addCompilerPass (new BuildClientCommandSubscriberRoutesPass ('default ' ), PassConfig::TYPE_BEFORE_OPTIMIZATION , 100 );
34
34
$ container ->addCompilerPass (new BuildClientProcessorRoutesPass ('default ' ), PassConfig::TYPE_BEFORE_OPTIMIZATION , 100 );
35
35
$ container ->addCompilerPass (new AnalyzeRouteCollectionPass ('default ' ), PassConfig::TYPE_BEFORE_OPTIMIZATION , 30 );
You can’t perform that action at this time.
0 commit comments