btcloud/config/console.php

11 lines
284 B
PHP
Raw Normal View History

2022-06-04 11:22:19 -04:00
<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
'updateall' => 'app\command\UpdateAll',
],
];