Skip to content

Commit

Permalink
Returning back unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
elygiux committed Aug 10, 2017
1 parent 89ae17f commit 6f21639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Setup/InstallData.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct(
* {@inheritdoc}
*/

public function install()
public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
{
$this->integrationManager->processIntegrationConfig(['Tkdigital_Buzzsubs']);

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
},
"type": "magento2-module",
"version": "1.2.5",
"version": "1.2.6",
"license": "OSL-3.0",
"autoload": {
"files": [
Expand Down

0 comments on commit 6f21639

Please sign in to comment.