This commit is contained in:
2021-10-28 10:54:51 +08:00
parent ec75ccfc00
commit 4a07e31c33
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ use Swoole\Coroutine;
/**
*
*/
class Consumers implements OnRpcConsumerInterface
abstract class Consumers implements OnRpcConsumerInterface
{
-3
View File
@@ -5,7 +5,4 @@ namespace Kiri\Rpc;
interface OnRpcConsumerInterface
{
public function execute();
}