File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
app/code/Magento/Developer/Console/Command Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 6
6
7
7
namespace %moduleName%\Setup\Patch\%patchType%;
8
8
9
- use Magento\Setup\Model\Patch\PatchVersionInterface;
10
9
use Magento\Setup\Model\Patch\DataPatchInterface;
11
10
use Magento\Setup\Model\Patch\SchemaPatchInterface;
12
11
use Magento\Setup\Model\Patch\PatchRevertableInterface;
@@ -16,8 +15,7 @@ use Magento\Framework\Setup\ModuleDataSetupInterface;
16
15
* Patch is mechanism, that allows to do atomic upgrade data changes
17
16
*/
18
17
class %class% implements
19
- %patchInterface%,
20
- PatchVersionInterface
18
+ %patchInterface%
21
19
{
22
20
/**
23
21
* @var ModuleDataSetupInterface $moduleDataSetup
@@ -58,13 +56,4 @@ class %class% implements
58
56
59
57
];
60
58
}
61
-
62
- /**
63
- * {@inheritdoc}
64
- */
65
- public static function getVersion()
66
- {
67
- return '';
68
- }
69
-
70
59
}
You can’t perform that action at this time.
0 commit comments