From 085b7a03e78bfbd023b85aed9be1845a0745a796 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Tue, 18 Nov 2025 10:54:13 +0900 Subject: [PATCH] trafficmonitor init...2 --- app/Controllers/Admin/Home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Admin/Home.php b/app/Controllers/Admin/Home.php index e634369..f44a238 100644 --- a/app/Controllers/Admin/Home.php +++ b/app/Controllers/Admin/Home.php @@ -25,7 +25,7 @@ class Home extends AdminController ); return $this->action_render_process( $this->getActionPaths(), - self::PATH . DIRECTORY_SEPARATOR . __FUNCTION__, + __FUNCTION__, [ 'authContext' => $this->getAuthContext(), 'classPath' => service('trafficservice')->getClassPaths(false),