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 3f8969f commit ca01517Copy full SHA for ca01517
src/Queue/Connectors/RabbitMQConnector.php
@@ -86,7 +86,7 @@ public function connect(array $config): Queue
86
return new HorizonRabbitMQQueue($context, $config);
87
}
88
89
- if($worker instanceof RabbitMQQueue) {
+ if ($worker instanceof RabbitMQQueue) {
90
return new $worker($context, $config);
91
92
0 commit comments