update: fix editor

This commit is contained in:
tokumeikoi
2021-08-06 13:01:17 +09:00
parent ab02935fd7
commit 6aa96fe856
5 changed files with 5 additions and 5 deletions

View File

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