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