diff --git a/app/Story.php b/app/Story.php index 6f4335627..dfd95502d 100644 --- a/app/Story.php +++ b/app/Story.php @@ -22,7 +22,7 @@ class Story extends Model public $incrementing = false; protected $casts = [ - 'expires_at' => 'immutable_datetime' + 'expires_at' => 'datetime' ]; protected $fillable = ['profile_id', 'view_count'];