Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
CRY-66 closed #70 fixed a bug where the read_at field wasn't parsed a…
Browse files Browse the repository at this point in the history
…s a Carbon date object
  • Loading branch information
Kaishiyoku committed Dec 3, 2018
1 parent 67157d8 commit a195304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/FeedItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function toSearchableArray()

protected $dates = [
'date',
'read_at',
];

protected $casts = [
Expand Down

0 comments on commit a195304

Please sign in to comment.