Update Story model

pull/6134/head
Daniel Supernault 3 months ago
parent f5dced0f7a
commit fefbbee83f
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -21,8 +21,9 @@ class Story extends Model
public $incrementing = false;
protected $casts = [
'story' => 'array',
'story' => 'json',
'expires_at' => 'datetime',
'view_count' => 'integer',
];
protected $fillable = ['profile_id', 'view_count'];

Loading…
Cancel
Save