From 86261f4a0d025093eb6217f513c9703844a62dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 2 Mar 2026 14:32:29 +0900 Subject: [PATCH] daemon-idc init --- app/Controllers/CommonController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/CommonController.php b/app/Controllers/CommonController.php index 248787a..1ac948b 100644 --- a/app/Controllers/CommonController.php +++ b/app/Controllers/CommonController.php @@ -201,7 +201,7 @@ abstract class CommonController extends AbstractCRUDController $this->addViewDatas('formDatas', $this->request->getVar() ?? []); } - final public function index(): string + public function index(): string { $action = __FUNCTION__; $this->action_init_process($action);