make指令更改为make:file

This commit is contained in:
thinkphp
2016-07-11 22:28:59 +08:00
parent 7718730600
commit a7b426e63a
3 changed files with 51 additions and 33 deletions

View File

@@ -49,8 +49,8 @@ class Console
"think\\console\\command\\Help",
"think\\console\\command\\Lists",
"think\\console\\command\\Build",
"think\\console\\command\\Make",
"think\\console\\command\\make\\Controller",
"think\\console\\command\\make\\File",
"think\\console\\command\\make\\Model",
"think\\console\\command\\optimize\\Autoload",
];