#90 - cr fixes
This commit is contained in:
@@ -14,7 +14,7 @@ class SimpleUserResource extends JsonResource
|
||||
{
|
||||
return [
|
||||
"id" => $this->id,
|
||||
"name" => $this->profile->fullName,
|
||||
"name" => $this->profile->full_name,
|
||||
"email" => $this->email,
|
||||
"avatar" => $this->profile->getAvatar(),
|
||||
];
|
||||
|
Reference in New Issue
Block a user