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