SearchBoxRepository

This commit is contained in:
xiaomlove
2021-05-20 23:30:34 +08:00
parent 51b3582090
commit 576658cd2c
10 changed files with 156 additions and 25 deletions

View File

@@ -5,5 +5,7 @@ namespace App\Models;
class Category extends NexusModel
{
protected $table = 'categories';
protected $fillable = ['mode', 'name', 'class_name', 'image', 'sort_index', 'icon_id'];
}