Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Aug 9, 2016
1 parent d50fd5b commit 5eaa66a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
/.idea/
/composer.lock
/thinkphp/
2 changes: 1 addition & 1 deletion src/command/Listen.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace think\queue\command;


use think\console\command\Command;
use think\console\Command;
use think\console\Input;
use think\console\input\Option;
use think\console\Output;
Expand Down
2 changes: 1 addition & 1 deletion src/command/Restart.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


use think\Cache;
use think\console\command\Command;
use think\console\Command;
use think\console\Input;
use think\console\Output;

Expand Down
2 changes: 1 addition & 1 deletion src/command/Subscribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace think\queue\command;

use think\console\command\Command;
use think\console\Command;
use think\console\Input;
use think\console\input\Argument;
use think\console\input\Option;
Expand Down
2 changes: 1 addition & 1 deletion src/command/Work.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// +----------------------------------------------------------------------
namespace think\queue\command;

use think\console\command\Command;
use think\console\Command;
use think\console\Input;
use think\console\input\Option;
use think\console\Output;
Expand Down

0 comments on commit 5eaa66a

Please sign in to comment.