@@ -14,6 +14,7 @@ class UserFollow extends Model
protected $fillable = [
'user_id',
'to_user_id',
+ 'type'
];
}