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