Skip to content

Commit a330fa1

Browse files
author
Sergii Kovalenko
committed
MAGETWO-88047: Create integration test for Mixed Mode
1 parent 83cfcfd commit a330fa1

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

app/code/Magento/Developer/Console/Command/patch_template.php.dist

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace %moduleName%\Setup\Patch\%patchType%;
88

9-
use Magento\Setup\Model\Patch\PatchVersionInterface;
109
use Magento\Setup\Model\Patch\DataPatchInterface;
1110
use Magento\Setup\Model\Patch\SchemaPatchInterface;
1211
use Magento\Setup\Model\Patch\PatchRevertableInterface;
@@ -16,8 +15,7 @@ use Magento\Framework\Setup\ModuleDataSetupInterface;
1615
* Patch is mechanism, that allows to do atomic upgrade data changes
1716
*/
1817
class %class% implements
19-
%patchInterface%,
20-
PatchVersionInterface
18+
%patchInterface%
2119
{
2220
/**
2321
* @var ModuleDataSetupInterface $moduleDataSetup
@@ -58,13 +56,4 @@ class %class% implements
5856

5957
];
6058
}
61-
62-
/**
63-
* {@inheritdoc}
64-
*/
65-
public static function getVersion()
66-
{
67-
return '';
68-
}
69-
7059
}

0 commit comments

Comments
 (0)