|
@@ -227,12 +227,12 @@ class PublicRpcService extends AbstractServiceClient implements PublicRpcService
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * @param array $data
|
|
|
- * @return array|mixed
|
|
|
- */
|
|
|
- public function uploadFile(array $data)
|
|
|
- {
|
|
|
- return $this->__request(__FUNCTION__, $data);
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return array|mixed
|
|
|
+ */
|
|
|
+ public function uploadFile(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
}
|