From 7686c0a96c78d3cb8eb6eb47d856086bbce66632 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 11 Apr 2021 16:23:20 +0800 Subject: [PATCH] modify --- Annotation/Kafka.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Kafka.php b/Annotation/Kafka.php index ccc48fa3..eefe45bb 100644 --- a/Annotation/Kafka.php +++ b/Annotation/Kafka.php @@ -16,7 +16,7 @@ namespace Annotation; * Kafka constructor. * @param string $topic */ - public function __construct(public string $topic) + public function __construct(public string $topic, public string $groupId) { }