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