We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45df3d2 commit ad36d3dCopy full SHA for ad36d3d
app/Http/Resources/MessageResource.php
@@ -20,7 +20,6 @@ public function toArray($request)
20
'body' => $this->body,
21
'user' => new UserBasicResource($this->user),
22
'createdAt' => $this->created_at->diffForHumans(),
23
- 'timestamp' => $this->created_at->unix(),
24
];
25
}
26
0 commit comments