From eb7e2fd23bc19be5c728a828793ebf4c9993b3d9 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 11 Feb 2024 09:46:39 +0000 Subject: [PATCH] fix injection --- app/controllers/api/account.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index 2299b3eea1..68d2a544d8 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -3033,6 +3033,7 @@ App::delete('/v1/account') ->label('sdk.description', '/docs/references/account/delete.md') ->label('sdk.response.code', Response::STATUS_CODE_NOCONTENT) ->label('sdk.response.model', Response::MODEL_NONE) + ->inject('user') ->inject('project') ->inject('response') ->inject('dbForProject')