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) {