Skip to content

Commit 3072487

Browse files
committed
Cannot instantiate abstract class, fix #89
1 parent 960d7df commit 3072487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Console/Command/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Class ProductAttributesCleanUp
1212
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1313
*/
14-
abstract class Database extends \Symfony\Component\Console\Command\Command
14+
class Database extends \Symfony\Component\Console\Command\Command
1515
{
1616
const DDL_COMMENT_TABLE_KEY='CREATE_TABLENAME_COMMENT_KEY';
1717

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"OSL-3.0",
77
"AFL-3.0"
88
],
9-
"version": "0.3.2",
9+
"version": "0.3.3",
1010
"require": {
1111
"magento/magento-composer-installer": "*"
1212
},

0 commit comments

Comments
 (0)