fix bannedemails no effect

This commit is contained in:
xiaomlove
2022-11-24 18:51:03 +08:00
parent 56d4968c09
commit 54d9d5c796
13 changed files with 51 additions and 56 deletions
-11
View File
@@ -1,11 +0,0 @@
<?php
namespace App\Models;
class Taxonomy extends NexusModel
{
protected $fillable = [
'mode', 'name', 'torrent_field', 'image', 'class_name', 'priority',
];
}