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