mirror of
https://github.com/flucont/btcloud.git
synced 2025-10-15 07:15:17 +00:00
update
This commit is contained in:
11
config/console.php
Normal file
11
config/console.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 控制台配置
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
// 指令定义
|
||||
'commands' => [
|
||||
'updateall' => 'app\command\UpdateAll',
|
||||
'decrypt' => 'app\command\DecryptFile',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user