From be73d5cd76cdc5d87e3a836b7c98418f918da76a Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 26 Jun 2025 09:07:55 +0200 Subject: [PATCH] fix(models): refine comment wording in User model for clarity on user deletion criteria --- app/Models/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/User.php b/app/Models/User.php index 0e420585d..ed72e5de2 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -151,7 +151,7 @@ class User extends Authenticatable implements SendsEmail /** * Delete the user if they are not verified and have a force password reset. - * This is used to clean up users that have been invited, does not accepted the invitation (and did not verify their email and have a force password reset). + * This is used to clean up users that have been invited, did not accept the invitation (and did not verify their email and have a force password reset). */ public function deleteIfNotVerifiedAndForcePasswordReset() {