public function order_items(): belongsToMany
{
return $this->belongsToMany(OrderItem::class)->withPivot([
"quantity",
"unit",
]);
}
public function order_items(): belongsToMany
{
return $this->belongsToMany(OrderItem::class)->withPivot([
"quantity",
"unit",
]);
}