Major incomplete Change

This commit is contained in:
Omair Saleh
2019-02-23 05:24:23 +08:00
parent 5958ceed97
commit dc4f71efc5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ class Order extends JsonResource
'warehouse_id' => $this->warehouse_id,
'current_step' => $this->current_step,
'complete' => $this->complete,
'date' => $this->create_at,
'steps' => [
'details' => (new GetStep())->execute($this->current_step),
'attachments' => (new StepAttachments())->execute($this->id, $this->current_step)