From b4f110dbd5461074a733884b010b1e004061db21 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 1 Nov 2025 17:37:37 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20InheritancePointManager=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/InheritancePointManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/InheritancePointManager.php b/hwe/sammo/InheritancePointManager.php index 27cbaab3..d185d607 100644 --- a/hwe/sammo/InheritancePointManager.php +++ b/hwe/sammo/InheritancePointManager.php @@ -345,7 +345,7 @@ class InheritancePointManager 'general_id'=>$general->getID(), 'year'=>$year, 'month'=>$month, - 'value'=>$inheritStor->getAll(true) + 'value'=>Json::encode($inheritStor->getAll(true)) ]); }