encodePrimaryKey($this->id); } public function invitations() { $this->morphMany(Invitation::class, 'inviteable'); } }