From c4d1669d50fa20fc221c14f194373798a9cb8b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 5 Aug 2021 16:37:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Kafka.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Kafka.php b/Annotation/Kafka.php index 61cdc392..a4052a48 100644 --- a/Annotation/Kafka.php +++ b/Annotation/Kafka.php @@ -35,6 +35,7 @@ use Snowflake\Snowflake; */ public function execute(mixed $class, mixed $method = null): bool { + var_dump(class_implements($class)); if (!($class instanceof ConsumerInterface)) { return false; }