dyjh hace 6 años
padre
commit
be2d7822d9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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',