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 da86877 commit 3fc6552Copy full SHA for 3fc6552
pkg/enqueue/Resources.php
@@ -86,16 +86,16 @@ public static function getKnownConnections(): array
86
'supportedSchemeExtensions' => [],
87
'package' => 'enqueue/fs',
88
];
89
- $map[AmqpExtConnectionFactory::class] = [
90
- 'schemes' => ['amqp', 'amqps'],
91
- 'supportedSchemeExtensions' => ['ext', 'rabbitmq'],
92
- 'package' => 'enqueue/amqp-ext',
93
- ];
94
$map[AmqpBunnyConnectionFactory::class] = [
95
'schemes' => ['amqp'],
96
'supportedSchemeExtensions' => ['bunny', 'rabbitmq'],
97
'package' => 'enqueue/amqp-bunny',
98
+ $map[AmqpExtConnectionFactory::class] = [
+ 'schemes' => ['amqp', 'amqps'],
+ 'supportedSchemeExtensions' => ['ext', 'rabbitmq'],
+ 'package' => 'enqueue/amqp-ext',
+ ];
99
$map[AmqpLibConnectionFactory::class] = [
100
'schemes' => ['amqp', 'amqps'],
101
'supportedSchemeExtensions' => ['lib', 'rabbitmq'],
0 commit comments