mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 07:22:49 +08:00
11 lines
237 B
PHP
11 lines
237 B
PHP
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | 控制台配置
|
|
// +----------------------------------------------------------------------
|
|
|
|
return [
|
|
// 指令定义
|
|
'commands' => [
|
|
],
|
|
];
|