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__);