belongsToMany(Product::class, 'product_categories') ->using(ProductCategory::class); } }