Skip to content

Commit 29f49ba

Browse files
authored
Added Hyperf\AsyncQueue\Driver\Driver::getConfig(). (#7250)
1 parent 1cd2566 commit 29f49ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Driver/Driver.php

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ public function __construct(protected ContainerInterface $container, protected a
5151
}
5252
}
5353

54+
public function getConfig(): array
55+
{
56+
return $this->config;
57+
}
58+
5459
public function consume(): void
5560
{
5661
$messageCount = 0;

0 commit comments

Comments
 (0)