feat(order): kasih wherenull order_id untuk order items
This commit is contained in:
parent
3d7e7ca5c7
commit
592afebfe8
@ -11,6 +11,7 @@ public function loadOrderItems()
|
||||
return $this->orderItems = OrderItem::query()
|
||||
->currentUser()
|
||||
->where('user_id', auth()->id())
|
||||
->whereNull('order_id')
|
||||
->latest()
|
||||
->get();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user