正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -9,7 +9,7 @@ class Manage extends Base | @@ -9,7 +9,7 @@ class Manage extends Base | ||
| 9 | //设置关联表名 | 9 | //设置关联表名 |
| 10 | protected $table = 'gl_manage'; | 10 | protected $table = 'gl_manage'; |
| 11 | 11 | ||
| 12 | - protected $hidden = ['password', 'token']; | 12 | + protected $hidden = ['password']; |
| 13 | 13 | ||
| 14 | const STATUS_ACTIVE = 0; | 14 | const STATUS_ACTIVE = 0; |
| 15 | const STATUS_DISABLE = 1; | 15 | const STATUS_DISABLE = 1; |
-
请 注册 或 登录 后发表评论