Skip to content

Commit 91c366a

Browse files
committed
remove completion listnere feature for now.
1 parent 0108aaf commit 91c366a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

RedisProducer.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Enqueue\Redis;
44

5-
use Interop\Queue\CompletionListener;
65
use Interop\Queue\InvalidDestinationException;
76
use Interop\Queue\InvalidMessageException;
87
use Interop\Queue\PsrDestination;
@@ -11,11 +10,6 @@
1110

1211
class RedisProducer implements PsrProducer
1312
{
14-
/**
15-
* @var CompletionListener
16-
*/
17-
private $completionListener;
18-
1913
/**
2014
* @var float
2115
*/

0 commit comments

Comments
 (0)