We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d832e53 commit 9f59a0eCopy full SHA for 9f59a0e
src/EnqueueServiceProvider.php
@@ -60,7 +60,7 @@ private function bootInteropQueueDriver()
60
});
61
62
$manager->addConnector('amqp_interop', function () {
63
- return new AmqpConnector();
+ return new Connector();
64
65
66
$this->app->extend('queue.worker', function ($worker, $app) {
0 commit comments