From 16a6dcbd4c5e29263ff4ab6a7e024133e1ef8660 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 20 Mar 2024 10:46:02 +0100 Subject: [PATCH] System/Trust/Certificates - oops, there is no toggle on certs... --- .../mvc/app/controllers/OPNsense/Trust/Api/CertController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/opnsense/mvc/app/controllers/OPNsense/Trust/Api/CertController.php b/src/opnsense/mvc/app/controllers/OPNsense/Trust/Api/CertController.php index 2b184b741..d1b3da236 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/Trust/Api/CertController.php +++ b/src/opnsense/mvc/app/controllers/OPNsense/Trust/Api/CertController.php @@ -205,10 +205,6 @@ class CertController extends ApiMutableModelControllerBase } return ['status' => 'failed']; } - public function toggleAction($uuid, $enabled = null) - { - return $this->toggleBase('cert', $uuid, $enabled); - } public function caInfoAction($caref) {