php-micro-file-server/config/console.php

10 lines
236 B
PHP
Raw Permalink Normal View History

2024-09-12 22:11:31 +08:00
<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
],
];