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; }