fix: RankColumn 누락부분 수정
This commit is contained in:
@@ -1115,7 +1115,7 @@ class General implements iAction
|
|||||||
|
|
||||||
$rankKey = RankColumn::tryFrom($column);
|
$rankKey = RankColumn::tryFrom($column);
|
||||||
if ($rankKey !== null) {
|
if ($rankKey !== null) {
|
||||||
$rankColumn[] = $column;
|
$rankColumn[] = $rankKey;
|
||||||
} else {
|
} else {
|
||||||
$subColumn[] = $column;
|
$subColumn[] = $column;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user