From 5430a43589e86f70f836cd608accc9e286516179 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 8 May 2022 23:11:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20RankColumn=20=EB=88=84=EB=9D=BD=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index 2ee51fd0..8e935b34 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -1115,7 +1115,7 @@ class General implements iAction $rankKey = RankColumn::tryFrom($column); if ($rankKey !== null) { - $rankColumn[] = $column; + $rankColumn[] = $rankKey; } else { $subColumn[] = $column; }