@@ -12,6 +12,7 @@ class ServerShadowsocks extends Model
protected $casts = [
'created_at' => 'timestamp',
'updated_at' => 'timestamp',
+ 'group_id' => 'array',
'tags' => 'array'
];
}
@@ -12,6 +12,7 @@ class ServerTrojan extends Model