mirror of https://gitee.com/karson/fastadmin.git
添加admin_log表
parent
6edcaffa75
commit
f05e5ae722
|
|
@ -26,7 +26,8 @@ class Crud extends Command
|
||||||
* 受保护的系统表,crud不会生效
|
* 受保护的系统表,crud不会生效
|
||||||
*/
|
*/
|
||||||
protected $systemTable = [
|
protected $systemTable = [
|
||||||
'admin', 'attachment', 'auth_group', 'auth_group_access', 'auth_rule', 'category', 'config'
|
'admin','admin_log','auth_group','auth_group_access','auth_rule',
|
||||||
|
'attachment', 'config','category'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue