Skip to content

Commit ad8f085

Browse files
SWR-15367
1 parent 76d0b66 commit ad8f085

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/LaravelLibRabbitMQServiceProvider.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ public function register(): void
133133
public function boot(): void
134134
{
135135
/** @var QueueManager $queue */
136-
$queue = $this->app['queue'];
137-
138-
$queue->addConnector('rabbitmq', function () {
139-
return new RabbitMQConnector($this->app['events']);
140-
});
136+
// $queue = $this->app['queue'];
137+
//
138+
// $queue->addConnector('rabbitmq', function () {
139+
// return new RabbitMQConnector($this->app['events']);
140+
// });
141141
}
142142
}

0 commit comments

Comments
 (0)