Update Story model, use immutable datetime

pull/2895/head
Daniel Supernault 4 years ago
parent 4c5b48810f
commit 588384543b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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'];

Loading…
Cancel
Save