password = Hash::make($newPassword); $this->save(); $this->notify(instance: new UserRegistered($this->email, password: $newPassword)); return true; } }