mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-09-02 11:24:05 +00:00
address extra fields
This commit is contained in:
@@ -18,6 +18,7 @@ class RemarkResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'commenter' => new UserResource($this->commenter),
|
||||
'owner_id' => $this->owner_id,
|
||||
'type' => $this->type,
|
||||
'content' => $this->content,
|
||||
'created_at' => $this->created_at->format('d-m-Y H:i'),
|
||||
'long_ago' => $this->created_at->diffForHumans()
|
||||
|
||||
Reference in New Issue
Block a user