From 6f216390c1e4d0184d59f981e59170f986519a9d Mon Sep 17 00:00:00 2001 From: Eligijus Date: Thu, 10 Aug 2017 14:00:04 +0300 Subject: [PATCH] Returning back unused variables. --- Setup/InstallData.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup/InstallData.php b/Setup/InstallData.php index 6e38b68..7f8ce9a 100644 --- a/Setup/InstallData.php +++ b/Setup/InstallData.php @@ -44,7 +44,7 @@ public function __construct( * {@inheritdoc} */ - public function install() + public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context) { $this->integrationManager->processIntegrationConfig(['Tkdigital_Buzzsubs']); diff --git a/composer.json b/composer.json index 44c7146..ce621fa 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "require": { }, "type": "magento2-module", - "version": "1.2.5", + "version": "1.2.6", "license": "OSL-3.0", "autoload": { "files": [