mirror of https://gitee.com/karson/fastadmin.git
修复插件生成模板config.stub中usernmae拼写错误
parent
1afdacbcd9
commit
5b9130a459
|
|
@ -3,7 +3,7 @@
|
|||
return [
|
||||
[
|
||||
//配置唯一标识
|
||||
'name' => 'usernmae',
|
||||
'name' => 'username',
|
||||
//显示的标题
|
||||
'title' => '用户名',
|
||||
//类型
|
||||
|
|
|
|||
Loading…
Reference in New Issue