morphMany(Article::class, 'product'); } public function tags() { return $this->morphToMany(Tag::class, 'taggable'); } }