File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 20
20
<service id =" Magento\CloudPatches\Patch\PatchIntegrityException" autowire =" false" />
21
21
<service id =" Magento\CloudPatches\Patch\Pool\PatchNotFoundException" autowire =" false" />
22
22
<service id =" Magento\CloudPatches\Patch\PatchCommandNotFound" autowire =" false" />
23
+ <service id =" Magento\CloudPatches\Patch\PatchCommandException" autowire =" false" />
23
24
<service id =" Magento\CloudPatches\Patch\ApplierException" autowire =" false" />
24
25
<service id =" Magento\CloudPatches\Shell\PackageNotFoundException" autowire =" false" />
25
26
<service id =" Magento\CloudPatches\Patch\Data\Patch" autowire =" false" />
Original file line number Diff line number Diff line change @@ -63,14 +63,6 @@ public function revertCheck(string $patch)
63
63
$ this ->getCommand ()->revertCheck ($ patch );
64
64
}
65
65
66
- /**
67
- * @inheritDoc
68
- */
69
- public function isInstalled (): bool
70
- {
71
- return $ this ->getCommand ()->isInstalled ();
72
- }
73
-
74
66
/**
75
67
* Return first available command
76
68
*
You can’t perform that action at this time.
0 commit comments