mirror of
https://github.com/flucont/btcloud.git
synced 2025-01-23 13:18:13 -05:00
11 lines
284 B
PHP
11 lines
284 B
PHP
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | 控制台配置
|
|
// +----------------------------------------------------------------------
|
|
return [
|
|
// 指令定义
|
|
'commands' => [
|
|
'updateall' => 'app\command\UpdateAll',
|
|
],
|
|
];
|