morphedByMany(Invoice::class, 'inviteable'); } public function proposals() { return $this->morphedByMany(Proposal::class, 'taggable'); } }