mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +08:00
update: fix model
This commit is contained in:
parent
2c389ebe8c
commit
f2c7d092ac
@ -12,6 +12,7 @@ class ServerShadowsocks extends Model
|
|||||||
protected $casts = [
|
protected $casts = [
|
||||||
'created_at' => 'timestamp',
|
'created_at' => 'timestamp',
|
||||||
'updated_at' => 'timestamp',
|
'updated_at' => 'timestamp',
|
||||||
|
'group_id' => 'array',
|
||||||
'tags' => 'array'
|
'tags' => 'array'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@ class ServerTrojan extends Model
|
|||||||
protected $casts = [
|
protected $casts = [
|
||||||
'created_at' => 'timestamp',
|
'created_at' => 'timestamp',
|
||||||
'updated_at' => 'timestamp',
|
'updated_at' => 'timestamp',
|
||||||
|
'group_id' => 'array',
|
||||||
'tags' => 'array'
|
'tags' => 'array'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user