Skip to content

Commit

Permalink
3.5.0: MAG-503: Minor fix
Browse files Browse the repository at this point in the history
Previous file version raised exception on di:compile
  • Loading branch information
ebanolopes committed Nov 13, 2019
1 parent e065dd3 commit e192838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Logger/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ class Logger extends \Monolog\Logger
* @param ConfigHelper $configHelper
*/
public function __construct(
ConfigHelper $configHelper,
$name,
array $handlers = [],
array $processors = []
array $processors = [],
ConfigHelper $configHelper = null
) {
$this->configHelper = $configHelper;
$this->log = $this->configHelper->getConfigData('signifyd/logs/log');
Expand Down

0 comments on commit e192838

Please sign in to comment.