From 679c0cc5ea53d607904b2d1192c506c3d4222595 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Sep 2023 18:58:35 +0000 Subject: [PATCH] update --- Controller/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 73f4bea..adb7603 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -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);