belongsTo('App\Models\Shop\Article'); } public function Attribute() { return $this->belongsTo('App\Models\Shop\ArticleAttribute'); } }