weizong song 2 years ago
parent bf9ad920c2
commit 3918201f67

@ -84,7 +84,7 @@ class OrderItems extends SoftDeletesModel
public function paramedic()
{
return $this->belongsTo(Paramedic::class);
return $this->belongsTo(Paramedic::class)->withTrashed();
}
public function createItem($order_id, $service_date)

Loading…
Cancel
Save