Skip to content

Commit

Permalink
fix: fix date missing on journal api (#4905)
Browse files Browse the repository at this point in the history
  • Loading branch information
sktlmarat authored Mar 2, 2021
1 parent 9b28b30 commit 8de23ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Resources/Journal/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function toArray($request)
'object' => 'entry',
'title' => $this->title,
'post' => $this->post,
'date' => $this->date,
'url' => route('api.entry', $this->id),
'account' => [
'id' => $this->account_id,
Expand Down

0 comments on commit 8de23ba

Please sign in to comment.