This commit is contained in:
as2252258@163.com
2021-04-12 02:56:36 +08:00
parent f08fd0a7b8
commit f0b014b4db
-1
View File
@@ -32,7 +32,6 @@ use Snowflake\Snowflake;
*/
public function execute(array $handler): mixed
{
var_dump($handler);
if (!($handler[0] instanceof ConsumerInterface)) {
return false;
}