diff --git a/src/PHPCensor/Plugin/Mage.php b/src/PHPCensor/Plugin/Mage.php index 483c9d74..b8568098 100644 --- a/src/PHPCensor/Plugin/Mage.php +++ b/src/PHPCensor/Plugin/Mage.php @@ -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']); } }