From 4b6d25259f8bdbfc92ae463715c88573618ade85 Mon Sep 17 00:00:00 2001 From: Darshan Date: Fri, 22 Aug 2025 11:49:54 +0530 Subject: [PATCH] update: comment. --- app/controllers/shared/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index 30238281fb..8fe9e747b2 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -62,7 +62,7 @@ $parseLabel = function (string $label, array $responsePayload, array $requestPar }; /** - * This single-event based on a `Database::EVENT_DOCUMENT_CREATE` listener may look odd, but it is **intentional**. + * This isolated event handling for `users.*.create` which is based on a `Database::EVENT_DOCUMENT_CREATE` listener may look odd, but it is **intentional**. * * Accounts can be created in many ways beyond `createAccount` * (anonymous, OAuth, phone, etc.), and those flows are probably not covered in event tests; so we handle this here.