Add interpolate config value for mage plugin
This commit is contained in:
parent
aaa2ede46c
commit
99a7044a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class Mage extends \PHPCensor\Plugin
|
|||
}
|
||||
|
||||
if (isset($options['env'])) {
|
||||
$this->mage_env = $options['env'];
|
||||
$this->mage_env = $builder->interpolate($options['env']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue