删除classmap 改由命令optimize:autoload生成包括项目类库在内的classmap

This commit is contained in:
yunwuxin
2016-06-30 15:00:50 +08:00
parent bb3633841d
commit 1ef3f04d12
4 changed files with 290 additions and 118 deletions

View File

@@ -51,6 +51,7 @@ class Console
"think\\console\\command\\Build",
"think\\console\\command\\make\\Controller",
"think\\console\\command\\make\\Model",
"think\\console\\command\\optimize\\Autoload"
];
public function __construct($name = 'UNKNOWN', $version = 'UNKNOWN')