Skip to content

Commit a8b393a

Browse files
committed
Load lines
1 parent 9724744 commit a8b393a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core/Orders/Services/OrderLineService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function store($orderId, $data = [], $manual = true)
8585

8686
event(new OrderSavedEvent($order));
8787

88-
return $order->fresh();
88+
return $order->fresh()->load('lines');
8989
}
9090

9191
/**

0 commit comments

Comments
 (0)