Update Profile model, cast last_status_at as timestamp

pull/3117/head
Daniel Supernault 3 years ago
parent bdc3ab17dc
commit a64aef6726
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -21,7 +21,8 @@ class Profile extends Model
protected $dates = [
'deleted_at',
'last_fetched_at'
'last_fetched_at',
'last_status_at'
];
protected $hidden = ['private_key'];
protected $visible = ['id', 'user_id', 'username', 'name'];

Loading…
Cancel
Save