|
@@ -286,7 +286,6 @@ class PublicRpcService extends AbstractServiceClient implements PublicRpcService
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
-<<<<<<< HEAD
|
|
|
public function getWebsiteTemplateInfo(array $data){
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
@@ -306,9 +305,6 @@ class PublicRpcService extends AbstractServiceClient implements PublicRpcService
|
|
|
* @return array|mixed
|
|
|
*/
|
|
|
public function uploadFile(array $data)
|
|
|
-=======
|
|
|
- public function getWebsiteTemplateInfo(array $data)
|
|
|
->>>>>>> 20250208_onelogin_fr
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|