buildadmin/config/console.php

11 lines
270 B
PHP
Raw Normal View History

<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
'app\admin\command\Crud',
],
];