初始上传
This commit is contained in:
12
config/console.php
Executable file
12
config/console.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 控制台配置
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
// 指令定义
|
||||
'commands' => [
|
||||
'queue:work' => 'think\queue\command\Work',
|
||||
'queue:restart' => 'think\queue\command\Restart',
|
||||
'queue:listen' => "think\queue\command\Listen"
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user