diff --git a/src/Models/CartModel.php b/src/Models/CartModel.php index 010eb75..4ea61ea 100644 --- a/src/Models/CartModel.php +++ b/src/Models/CartModel.php @@ -26,6 +26,13 @@ class CartModel extends Model 'instance', 'tax_rate' ]; + + /** + * The relationships that should always be loaded. + * + * @var array + */ + protected $with = ['items']; /** * Get the CartItems for the cart.