This commit is contained in:
2021-03-24 11:26:46 +08:00
parent 5bfe64ac3e
commit a7cde1fb93
2 changed files with 2 additions and 5 deletions
@@ -17,7 +17,7 @@ use Snowflake\Snowflake;
* Class RpcClient
* @package Annotation\Rpc
*/
#[\Attribute(\Attribute::TARGET_CLASS)] class RpcProducer extends Attribute
#[\Attribute(\Attribute::TARGET_CLASS)] class RpcClient extends Attribute
{
private array $config;