Add interpolate config value for mage plugin

This commit is contained in:
Stepan Strelets 2017-03-23 15:56:37 +03:00 committed by Dmitry Khomutov
parent aaa2ede46c
commit 99a7044a3f

View file

@ -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']);
}
}