official_website/config/console.php

11 lines
283 B
PHP
Raw Normal View History

2024-11-29 14:05:52 +08:00
<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
2024-12-02 13:57:08 +08:00
'sitemap'=>\app\command\Sitemap::class
2024-11-29 14:05:52 +08:00
],
];