mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
Major incomplete Change
This commit is contained in:
@@ -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->format('d/mm/Y'),
|
||||
'date' => $this->created_at->format('d/m/Y'),
|
||||
'steps' => [
|
||||
'details' => (new GetStep())->execute($this->current_step),
|
||||
'attachments' => (new StepAttachments())->execute($this->id, $this->current_step)
|
||||
|
||||
Reference in New Issue
Block a user