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
|
|
|
],
|
|
|
|
];
|