mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-22 07:04:24 +00:00
10 lines
236 B
PHP
10 lines
236 B
PHP
|
<?php
|
||
|
// +----------------------------------------------------------------------
|
||
|
// | 控制台配置
|
||
|
// +----------------------------------------------------------------------
|
||
|
return [
|
||
|
// 指令定义
|
||
|
'commands' => [
|
||
|
],
|
||
|
];
|