mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-18 03:18:41 +00:00
autofixes
This commit is contained in:
parent
005bde94d1
commit
97e7ddf988
|
|
@ -446,7 +446,6 @@ final class ApiAttributeController extends Controller
|
|||
public function apiContractAttributeValueDelete(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?
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@ namespace Modules\ContractManagement\Models;
|
|||
|
||||
use Modules\Admin\Models\AccountMapper;
|
||||
use Modules\ContractManagement\Models\Attribute\ContractAttributeMapper;
|
||||
use Modules\Editor\Models\EditorDocMapper;
|
||||
use Modules\Media\Models\MediaMapper;
|
||||
use Modules\Organization\Models\UnitMapper;
|
||||
use Modules\Editor\Models\EditorDocMapper;
|
||||
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use phpOMS\Uri\UriFactory;
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \Modules\ContractManagement\Models\Contract $contract
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user