diff --git a/Annotation/Kafka.php b/Annotation/Kafka.php index f77e5ce5..39d93ab5 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); if (!($class instanceof ConsumerInterface)) { return false; }