hasMany(GoodsViewFavCart::class); } public function category(){ return $this->belongsTo(Category::class)->setEagerlyType(0); } }