mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
update
This commit is contained in:
parent
ded8672661
commit
679c0cc5ea
|
|
@ -377,7 +377,7 @@ final class ApiController extends Controller
|
|||
return;
|
||||
}
|
||||
|
||||
/** @var \Modules\Tag\Models\TagL11n $tagL11n */
|
||||
/** @var BaseStringL11n $tagL11n */
|
||||
$tagL11n = TagL11nMapper::get()->where('id', (int) $request->getData('id'))->execute();
|
||||
$this->deleteModel($request->header->account, $tagL11n, TagL11nMapper::class, 'tag_l11n', $request->getOrigin());
|
||||
$this->createStandardDeleteResponse($request, $response, $tagL11n);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user