belongsTo(Goods::class); } public function sku(){ return $this->belongsTo(GoodsSku::class); } }