You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,8 +43,9 @@ public function connect(array $config): Queue
42
43
thrownew \LogicException('The factory_class option is missing though it is required.');
43
44
}
44
45
45
-
$factoryClass = $config['factory_class'];
46
-
if (false === class_exists($factoryClass) || false === (new \ReflectionClass($factoryClass))->implementsInterface(InteropAmqpConnectionFactory::class)) {
0 commit comments