mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-07-01 19:12:48 +08:00
15 lines
322 B
PHP
15 lines
322 B
PHP
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | 控制台配置
|
|
// +----------------------------------------------------------------------
|
|
|
|
use app\command\make\View;
|
|
|
|
return [
|
|
// 指令定义
|
|
'commands' => [
|
|
'app\command\ResetPassword',
|
|
View::class
|
|
],
|
|
];
|