Code standards in App
This commit is contained in:
parent
b260ca4d1e
commit
9b01a23c9b
|
@ -385,8 +385,8 @@ class App
|
|||
throw new Exception('Error parsing config file ' . $filepath);
|
||||
}
|
||||
|
||||
foreach($config as $category => $values) {
|
||||
foreach($values as $key => $value) {
|
||||
foreach ($config as $category => $values) {
|
||||
foreach ($values as $key => $value) {
|
||||
$this->setConfigValue($category, $key, $value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue