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 7643add commit 5754d25Copy full SHA for 5754d25
config/services.xml
@@ -80,7 +80,7 @@
80
<argument key="$actionPool" type="service" id="ApplyOptionalActionPool"/>
81
</service>
82
<service id="Magento\CloudPatches\Patch\PatchBuilder" shared="false"/>
83
- <service id="patchCommand" class="Magento\CloudPatches\Patch\PatchCommand">
+ <service id="Magento\CloudPatches\Patch\PatchCommand">
84
<argument key="$drivers" type="collection">
85
<argument type="service" id="Magento\CloudPatches\Shell\Command\GitDriver"/>
86
<argument type="service" id="Magento\CloudPatches\Shell\Command\PatchDriver"/>
0 commit comments