|
@@ -77,7 +77,7 @@ |
|
|
block discarded – undo |
|
77
|
77
|
$this->parseFileIfExist($configDir . '/config_' . $environment->getEnvironment() . '.php'); |
|
78
|
78
|
$this->parseFileIfExist($configDir . '/config_local.php'); |
|
79
|
79
|
|
|
80
|
|
- $additionalFiles = (array)$this->getConfig()->get(self::ADDITIONAL_CONFIG_FILES, []); |
|
|
80
|
+ $additionalFiles = (array) $this->getConfig()->get(self::ADDITIONAL_CONFIG_FILES, []); |
|
81
|
81
|
if ($additionalFiles) { |
|
82
|
82
|
foreach ($additionalFiles as $file) { |
|
83
|
83
|
$this->parseFileIfExist($file); |
Please login to merge, or discard this patch.