Major incomplete Change

This commit is contained in:
Omair Saleh
2019-02-23 05:30:46 +08:00
parent c3868cadcc
commit 7d28b6e55e
+1 -1
View File
@@ -25,7 +25,7 @@ class Order extends JsonResource
'warehouse_id' => $this->warehouse_id,
'current_step' => $this->current_step,
'complete' => $this->complete,
'date' => $this->created_at,
'date' => $this->created_at->format('M d Y'),
'steps' => [
'details' => (new GetStep())->execute($this->current_step),
'attachments' => (new StepAttachments())->execute($this->id, $this->current_step)