(Fix) Bug in Chat, missing avatar

This commit is contained in:
poppabear8883
2018-07-25 12:46:11 -04:00
parent a6b834ab66
commit f86891f532
+2 -1
View File
@@ -22,7 +22,8 @@ class ChatUserResource extends JsonResource
'chatroom_id' => $this->chatroom_id,
'group' => $this->whenLoaded('group'),
'group_id' => $this->group_id,
'title' => $this->title
'title' => $this->title,
'image' => $this->image
];
}
}