invite = $invite; } /** * Get the event description. * * @return string */ public function __toString() { return 'Invite was claimed.'; } }