This commit is contained in:
molong
2022-10-18 21:09:17 +08:00
parent 96319f0898
commit f8927e3193
15 changed files with 2041 additions and 146 deletions

View File

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