feat: implement team standby status, helper persistence, and store portal foundations
This commit is contained in:
@@ -11,6 +11,7 @@ class ServiceAreaResource extends JsonResource
|
||||
{
|
||||
return [
|
||||
'id' => $this->uuid,
|
||||
'db_id' => $this->id,
|
||||
'name' => $this->name,
|
||||
'code' => $this->code,
|
||||
'status' => $this->status,
|
||||
|
||||
Reference in New Issue
Block a user