update: fix model

This commit is contained in:
tokumeikoi 2021-08-06 23:41:41 +09:00
parent 2c389ebe8c
commit f2c7d092ac
2 changed files with 2 additions and 0 deletions

View File

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

View File

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