fix: RankColumn 누락부분 수정

This commit is contained in:
2022-05-08 23:11:15 +09:00
parent a44172f509
commit 5430a43589
+1 -1
View File
@@ -1115,7 +1115,7 @@ class General implements iAction
$rankKey = RankColumn::tryFrom($column);
if ($rankKey !== null) {
$rankColumn[] = $column;
$rankColumn[] = $rankKey;
} else {
$subColumn[] = $column;
}