fix
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
// | 控制台配置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
use ddl\DDLManage;
|
||||
|
||||
DDLManage::load('MicroServer');
|
||||
|
||||
return [
|
||||
'commands' => [
|
||||
@@ -13,5 +10,6 @@ return [
|
||||
'db:manage' => 'db\DatabaseManage',
|
||||
'mongo:manage' => 'db\MongoMigrate',
|
||||
'novel:manage' => 'db\NovelManage',
|
||||
'bbc:manage' => 'bbc\Init',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user