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