Implement household, QR sale, team helpers assignment, and helper endpoints
This commit is contained in:
@@ -23,6 +23,7 @@ class CollectionTeamResource extends JsonResource
|
||||
'name' => $m->user?->full_name,
|
||||
'assigned_from' => $m->assigned_from?->toDateString(),
|
||||
'assigned_until' => $m->assigned_until?->toDateString(),
|
||||
'status' => $m->status,
|
||||
])),
|
||||
'notes' => $this->notes,
|
||||
'created_at' => $this->created_at?->toIso8601String(),
|
||||
|
||||
Reference in New Issue
Block a user