fix(models): refine comment wording in User model for clarity on user deletion criteria

This commit is contained in:
Andras Bacsai
2025-06-26 09:07:55 +02:00
parent e61e090777
commit be73d5cd76

View File

@@ -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()
{