Skip to content

Commit

Permalink
closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Apr 7, 2016
1 parent 4591a2d commit 7b58a92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper

/**
* @param \Magento\Framework\App\Helper\Context $context
* @param \Psr\Log\LoggerInterface $logger
*/
public function __construct(
\Magento\Framework\App\Helper\Context $context,
\Psr\Log\LoggerInterface $logger
\Magento\Framework\App\Helper\Context $context
)
{
$this->_logger = $logger;
$this->_logger = $context->getLogger();;
parent::__construct($context);
}
public function getApiKey($store = null)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Connect Mandrill with Magento",
"type": "magento2-module",
"version": "3.0.4",
"version": "3.0.5",
"authors": [
{
"name": "Ebizmarts Corp",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Ebizmarts_Mandrill" setup_version="3.0.4">
<module name="Ebizmarts_Mandrill" setup_version="3.0.5">
</module>
</config>

0 comments on commit 7b58a92

Please sign in to comment.