<?phpnamespace%NAMESPACE%;useHyperf\ResourceGrpc\GrpcResource;class%CLASS%extendsGrpcResource{/** * Transform the resource into an array. * * @return array */publicfunctiontoArray():array{returnparent::toArray();}/** * The grpc message for the resource. * * @return string */publicfunctionexpect():string{// TODO: Implement expect() method.}}