改名
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user