From eda8d98c46eebb126533604eeb564e3082ae04d4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 30 Aug 2023 12:08:10 +0000 Subject: [PATCH] autofixes --- Controller/ApiAttributeController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Controller/ApiAttributeController.php b/Controller/ApiAttributeController.php index dad5115..43e568d 100644 --- a/Controller/ApiAttributeController.php +++ b/Controller/ApiAttributeController.php @@ -446,7 +446,6 @@ final class ApiAttributeController extends Controller public function apiUnitAttributeValueDelete(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void { return; - // @todo: I don't think values can be deleted? Only Attributes // However, It should be possible to remove UNUSED default values // either here or other function?