mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-18 11:28:41 +00:00
Automated formatting changes (NO_CI)
This commit is contained in:
parent
a3695449b1
commit
1ad1532034
|
|
@ -447,7 +447,6 @@ final class ApiAttributeController extends Controller
|
||||||
*/
|
*/
|
||||||
public function apiContractAttributeValueDelete(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void
|
public function apiContractAttributeValueDelete(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
// @todo: I don't think values can be deleted? Only Attributes
|
// @todo: I don't think values can be deleted? Only Attributes
|
||||||
// However, It should be possible to remove UNUSED default values
|
// However, It should be possible to remove UNUSED default values
|
||||||
// either here or other function?
|
// either here or other function?
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@ declare(strict_types=1);
|
||||||
namespace Modules\ContractManagement\tests\Models;
|
namespace Modules\ContractManagement\tests\Models;
|
||||||
|
|
||||||
use Modules\ContractManagement\Models\Contract;
|
use Modules\ContractManagement\Models\Contract;
|
||||||
use Modules\ContractManagement\Models\ContractType;
|
|
||||||
use Modules\Media\Models\Media;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user