Skip to content

Commit aaa2d9a

Browse files
committed
修正
1 parent 3e19f8b commit aaa2d9a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
'consumer' => 'AConsumer',
7474
// 驱动类所需要的参数数组
7575
'config' => [
76-
// redis 连接池明
76+
// redis 连接池名
7777
'poolName' => 'redis',
7878
// redis 键前缀
7979
'prefix' => 'imi:queue:test:',

src/Service/QueueService.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
namespace Imi\Queue\Service;
33

44
use Imi\App;
5-
use Imi\Bean\BeanFactory;
65
use Imi\Bean\Annotation\Bean;
76
use Imi\Queue\Model\QueueConfig;
87
use Imi\Queue\Driver\IQueueDriver;

0 commit comments

Comments
 (0)