dyjh 6 年之前
父节点
当前提交
be2d7822d9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Models/AdminRoleModel.php

+ 1 - 0
app/Models/AdminRoleModel.php

xqd
@@ -29,6 +29,7 @@ class AdminRoleModel extends BaseModel
      */
     protected $fillable = [
         'name',
+        'is_root',
         'mark',
         'status',
         'level',