mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-30 21:10:29 +03:00
Fix code style
This commit is contained in:
parent
5bb282b3bd
commit
73b11b48af
@ -35,8 +35,7 @@ function load_system_configs()
|
||||
if (file_exists(MIBEW_FS_ROOT . '/configs/config.yml')) {
|
||||
$parser = new YamlParser();
|
||||
$configs = $parser->parse(file_get_contents(MIBEW_FS_ROOT . '/configs/config.yml'));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$configs = array();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user