1
0
Эх сурвалжийг харах

Update Profile model, cast last_status_at as timestamp

Daniel Supernault 3 жил өмнө
parent
commit
a64aef6726
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      app/Profile.php

+ 2 - 1
app/Profile.php

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