From 4e2354fa32c749be13703875284a81fa24b56ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 28 Oct 2024 12:22:09 +0900 Subject: [PATCH] cfmgrv4 init...4 --- app/Controllers/Admin/Cloudflare/AuditLogController.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/Controllers/Admin/Cloudflare/AuditLogController.php b/app/Controllers/Admin/Cloudflare/AuditLogController.php index 125661a..670f62a 100644 --- a/app/Controllers/Admin/Cloudflare/AuditLogController.php +++ b/app/Controllers/Admin/Cloudflare/AuditLogController.php @@ -50,13 +50,6 @@ class AuditLogController extends CloudflareController return $this->view_procedure($uid); } // 리스트 - protected function list_process_result(): string - { - return view( - $this->view_path . strtolower($this->getService()->class_path) . "/index", - ['viewDatas' => $this->getViewDatas()] - ); - } public function index(): string { $this->init(__FUNCTION__);