Commit 9777f44d authored by Sergey Antonovich's avatar Sergey Antonovich 🇯🇵

Update class-synergy.php

parent 4f21add9
......@@ -141,4 +141,10 @@
curl_close($ch);
return $data;
}
public static function getUUID(){
return self::$dataUUID;
}
public static function getData(){
return self::$formData['data'];
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment