This commit is contained in:
2021-10-28 10:55:28 +08:00
parent 4a07e31c33
commit 606c7c3060
@@ -14,7 +14,7 @@ use Swoole\Coroutine;
/**
*
*/
abstract class Consumers implements OnRpcConsumerInterface
abstract class JsonRpcConsumers implements OnRpcConsumerInterface
{