Skip to content

Commit

Permalink
Fix typo in ApplyConfig class.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jun 26, 2017
1 parent 5fec42d commit 594cacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/ApplyConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct($config, $group, $prefix = '', $postfix = '.')
$postfix = '.';
}

$this->config = new ConfigMerge($config, $group, $prefix = '', $postfix);
$this->config = new ConfigMerge($config, $group, $prefix, $postfix);
}

/**
Expand Down

0 comments on commit 594cacf

Please sign in to comment.