mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 19:40:53 +08:00
fix(admin): correct ticket message bubble alignment in admin panel
This commit is contained in:
@@ -17,7 +17,7 @@ class MessageResource extends JsonResource
|
||||
return [
|
||||
"id" => $this['id'],
|
||||
"ticket_id" => $this['ticket_id'],
|
||||
"is_me" => $this['is_me'],
|
||||
"is_me" => $this['is_from_user'],
|
||||
"message" => $this["message"],
|
||||
"created_at" => $this['created_at'],
|
||||
"updated_at" => $this['updated_at']
|
||||
|
||||
Reference in New Issue
Block a user