Skip to content

Commit

Permalink
fix base
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyraul committed Apr 17, 2019
1 parent 253ee1c commit 9906baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Data extends \Mygento\Base\Helper\Data
* @param string $param
* @return string
*/
public function getConfig($param)
public function getConfig($param, $scopeCode = NULL)
{
return parent::getConfig($this->getCode() . '/' . $param);
}
Expand Down

0 comments on commit 9906baa

Please sign in to comment.