mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-13 15:28:42 +00:00
Automated formatting changes (NO_CI)
This commit is contained in:
parent
714af28b58
commit
61aa0a499c
|
|
@ -447,7 +447,6 @@ final class ApiAttributeController extends Controller
|
||||||
*/
|
*/
|
||||||
public function apiClientAttributeValueDelete(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void
|
public function apiClientAttributeValueDelete(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?
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@ namespace Modules\ClientManagement\tests\Models;
|
||||||
use Modules\ClientManagement\Models\Client;
|
use Modules\ClientManagement\Models\Client;
|
||||||
use Modules\ClientManagement\Models\ClientStatus;
|
use Modules\ClientManagement\Models\ClientStatus;
|
||||||
use Modules\Editor\Models\EditorDoc;
|
use Modules\Editor\Models\EditorDoc;
|
||||||
use Modules\Media\Models\Media;
|
|
||||||
use Modules\Profile\Models\ContactElement;
|
use Modules\Profile\Models\ContactElement;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user