Skip to content

Commit f9cb4a0

Browse files
committed
fix: controller service definition
1 parent 4355290 commit f9cb4a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resources/config/services.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
<call method="setContainer">
102102
<argument type="service" id="service_container"/>
103103
</call>
104+
<tag name="controller.service_arguments" />
104105
</service>
105106

106107
<service id="NuonicPluginInstaller\Controller\InstallController">
@@ -109,6 +110,7 @@
109110
<call method="setContainer">
110111
<argument type="service" id="service_container"/>
111112
</call>
113+
<tag name="controller.service_arguments" />
112114
</service>
113115

114116
<service id="NuonicPluginInstaller\Action\CleanupPluginsTask">

0 commit comments

Comments
 (0)