Skip to content

Commit 119710f

Browse files
authored
命令行参数输入功能增强 (#133)
1 parent a947093 commit 119710f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tool/QueueTool.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
use Imi\Cli\Annotation\Argument;
88
use Imi\Cli\Annotation\Command;
99
use Imi\Cli\Annotation\CommandAction;
10+
use Imi\Cli\Contract\BaseCommand;
1011
use Imi\Queue\Facade\Queue;
1112

1213
/**
1314
* @Command("queue")
1415
*/
15-
class QueueTool
16+
class QueueTool extends BaseCommand
1617
{
1718
/**
1819
* 获取队列状态

0 commit comments

Comments
 (0)