Skip to content

Commit

Permalink
Load lines
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Jun 2, 2021
1 parent 9724744 commit a8b393a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Orders/Services/OrderLineService.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function store($orderId, $data = [], $manual = true)

event(new OrderSavedEvent($order));

return $order->fresh();
return $order->fresh()->load('lines');
}

/**
Expand Down

0 comments on commit a8b393a

Please sign in to comment.