building-sign/config/console.php

11 lines
282 B
PHP
Raw Normal View History

2023-01-09 08:41:41 +00:00
<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
'generate' => 'app\command\Generate',
],
];