移除 'task' 配置项以避免潜在的混淆

This commit is contained in:
mkm 2024-05-31 10:11:21 +08:00
parent b83485efc0
commit 0a56f77f71

View File

@ -40,7 +40,4 @@ return [
]
]
],
'task' => [
'handler' => process\Task::class
],
];