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