cfmgrv4 init...4

This commit is contained in:
최준흠 2024-10-28 12:22:09 +09:00
parent 2b05c05703
commit 4e2354fa32

View File

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