This commit is contained in:
u2nyakim 2025-08-22 10:43:09 +08:00
parent de82611bff
commit e705547732

View File

@ -5,5 +5,6 @@
return [ return [
// 指令定义 // 指令定义
'commands' => [ 'commands' => [
\app\command\Crontab::class,
], ],
]; ];