Skip to content

Commit 5eaa66a

Browse files
committed
更新
1 parent d50fd5b commit 5eaa66a

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor/
22
/.idea/
33
/composer.lock
4+
/thinkphp/

src/command/Listen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace think\queue\command;
1313

1414

15-
use think\console\command\Command;
15+
use think\console\Command;
1616
use think\console\Input;
1717
use think\console\input\Option;
1818
use think\console\Output;

src/command/Restart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
use think\Cache;
16-
use think\console\command\Command;
16+
use think\console\Command;
1717
use think\console\Input;
1818
use think\console\Output;
1919

src/command/Subscribe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace think\queue\command;
1313

14-
use think\console\command\Command;
14+
use think\console\Command;
1515
use think\console\Input;
1616
use think\console\input\Argument;
1717
use think\console\input\Option;

src/command/Work.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// +----------------------------------------------------------------------
1111
namespace think\queue\command;
1212

13-
use think\console\command\Command;
13+
use think\console\Command;
1414
use think\console\Input;
1515
use think\console\input\Option;
1616
use think\console\Output;

0 commit comments

Comments
 (0)