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