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 not worked on some scenarios
  • Loading branch information
ebanolopes committed Nov 13, 2019
1 parent e192838 commit fc8df8b
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 @@ -30,9 +30,9 @@ class Logger extends \Monolog\Logger
*/
public function __construct(
$name,
ConfigHelper $configHelper,
array $handlers = [],
array $processors = [],
ConfigHelper $configHelper = null
array $processors = []
) {
$this->configHelper = $configHelper;
$this->log = $this->configHelper->getConfigData('signifyd/logs/log');
Expand Down

0 comments on commit fc8df8b

Please sign in to comment.