belongsTo(CartAddressProxy::modelClass(), 'cart_address_id') ->where('address_type', CartAddress::ADDRESS_TYPE_SHIPPING); } /** * Create a new factory instance for the model */ protected static function newFactory(): Factory { return CartShippingRateFactory::new(); } }