Skip to content

Commit

Permalink
Remove not used ConfigGenerator in customDBConnection template
Browse files Browse the repository at this point in the history
  • Loading branch information
jalogut committed Apr 6, 2017
1 parent 14ee8d1 commit 63d3cac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/customDBConnection/Setup/ConfigOptionsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Magento\Framework\App\DeploymentConfig;
use Magento\Framework\Config\ConfigOptionsListConstants;
use Magento\Setup\Exception as SetupException;
use Magento\Setup\Model\ConfigGenerator;
use Magento\Framework\Model\ResourceModel\Type\Db\ConnectionFactory;

class ConfigOptionsList implements ConfigOptionsListInterface
Expand All @@ -40,14 +39,11 @@ class ConfigOptionsList implements ConfigOptionsListInterface
ConfigOptionsListConstants::KEY_INIT_STATEMENTS => self::OPTION_DB_INIT_STATEMENTS,
];

protected $configGenerator;
protected $connectionFactory;

public function __construct(
ConfigGenerator $configGenerator,
ConnectionFactory $connectionFactory
) {
$this->configGenerator = $configGenerator;
$this->connectionFactory = $connectionFactory;
}

Expand Down

0 comments on commit 63d3cac

Please sign in to comment.