@@ -147,6 +147,9 @@ |
||
| 147 | 147 | $this->context = $context; |
| 148 | 148 | } |
| 149 | 149 | |
| 150 | + /** |
|
| 151 | + * @param string $path |
|
| 152 | + */ |
|
| 150 | 153 | public function getEnvironmentVariableOverride($path) |
| 151 | 154 | { |
| 152 | 155 | $pathTranslated = 'MCM_' . str_replace('/', '_', strtoupper($path)); |