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 960d7df commit 3072487Copy full SHA for 3072487
Console/Command/Database.php
@@ -11,7 +11,7 @@
11
* Class ProductAttributesCleanUp
12
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13
*/
14
-abstract class Database extends \Symfony\Component\Console\Command\Command
+class Database extends \Symfony\Component\Console\Command\Command
15
{
16
const DDL_COMMENT_TABLE_KEY='CREATE_TABLENAME_COMMENT_KEY';
17
composer.json
@@ -6,7 +6,7 @@
6
"OSL-3.0",
7
"AFL-3.0"
8
],
9
- "version": "0.3.2",
+ "version": "0.3.3",
10
"require": {
"magento/magento-composer-installer": "*"
},
0 commit comments