정적 분석 결과 반영.
This commit is contained in:
@@ -17,7 +17,7 @@ $result = [];
|
||||
$server = [];
|
||||
|
||||
|
||||
$rootServer = end(AppConf::getList())->getShortName();
|
||||
$rootServer = Util::array_last(AppConf::getList())->getShortName();
|
||||
|
||||
foreach (AppConf::getList() as $setting) {
|
||||
$serverColor = $setting->getColor();
|
||||
|
||||
Reference in New Issue
Block a user