del h&R when del torrent

This commit is contained in:
xiaomlove
2022-05-03 00:38:50 +08:00
parent 07bd1f724b
commit 17339bda67
5 changed files with 12 additions and 9 deletions

View File

@@ -150,7 +150,7 @@ class User extends Authenticatable
*/
protected $fillable = [
'username', 'email', 'passhash', 'secret', 'stylesheet', 'editsecret', 'added', 'modcomment', 'enabled', 'status',
'leechwarn', 'leechwarnuntil', 'page', 'class', 'uploaded', 'downloaded', 'clientselect', 'showclienterror',
'leechwarn', 'leechwarnuntil', 'page', 'class', 'uploaded', 'downloaded', 'clientselect', 'showclienterror', 'last_home',
];
/**