국가 성향 출력 버그 수정
This commit is contained in:
@@ -350,6 +350,8 @@ class Util extends \utilphp\util
|
||||
|
||||
shuffle($keys);
|
||||
|
||||
$new = [];
|
||||
|
||||
foreach($keys as $key) {
|
||||
$new[$key] = $array[$key];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user