notify(new ResetPassword($token)); } public function getGravatarUrl(): string { return 'https://www.gravatar.com/avatar/' . hash('sha256', $this->email); } public function getFullname(): string { return $this->firstname . ' ' . $this->lastname; } }