This commit is contained in:
as2252258@163.com
2021-04-11 16:23:20 +08:00
parent c8f0122514
commit 7686c0a96c
+1 -1
View File
@@ -16,7 +16,7 @@ namespace Annotation;
* Kafka constructor. * Kafka constructor.
* @param string $topic * @param string $topic
*/ */
public function __construct(public string $topic) public function __construct(public string $topic, public string $groupId)
{ {
} }