This commit is contained in:
2021-03-23 17:11:07 +08:00
parent 64e179fb25
commit ac68e071a5
3 changed files with 6 additions and 6 deletions
-3
View File
@@ -56,9 +56,6 @@ use Snowflake\Snowflake;
$rpc = Snowflake::app()->getRpc();
$rpc->addProducer($this->cmd, $handler, $this->config);
$attributes = Snowflake::app()->getAttributes();
$attributes->injectProperty($handler[0]);
return parent::execute($handler);
}