Skip to content

Commit 9f59a0e

Browse files
author
Khoerintus
committed
Fix EnqueueServiceProvider AmqpConnector class not found
1 parent d832e53 commit 9f59a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EnqueueServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private function bootInteropQueueDriver()
6060
});
6161

6262
$manager->addConnector('amqp_interop', function () {
63-
return new AmqpConnector();
63+
return new Connector();
6464
});
6565

6666
$this->app->extend('queue.worker', function ($worker, $app) {

0 commit comments

Comments
 (0)