mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update: fix editor
This commit is contained in:
@ -12,6 +12,6 @@ class ServerShadowsocks extends Model
|
||||
protected $casts = [
|
||||
'created_at' => 'timestamp',
|
||||
'updated_at' => 'timestamp',
|
||||
'tag' => 'array'
|
||||
'tags' => 'array'
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user