Skip to content

Commit 5df4969

Browse files
committed
fix consumer bug
1 parent aa5557b commit 5df4969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Consumer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace iamfarhad\LaravelRabbitMQ;
44

55
use Exception;
6-
use Illuminate\Container\Cosntainer;
6+
use Illuminate\Container\Container;
77
use Illuminate\Queue\Worker;
88
use Illuminate\Queue\WorkerOptions;
99
use PhpAmqpLib\Channel\AMQPChannel;

0 commit comments

Comments
 (0)