blacklist modification

This commit is contained in:
2019-12-01 02:10:33 -06:00
parent 0f59440ce4
commit 5f6c8f4085
4 changed files with 12 additions and 1 deletions

View File

@@ -21,5 +21,8 @@ class BlacklistUser extends Model
'character_id',
'name',
'reason',
'alts',
'lister_id',
'lister_name',
];
}