PD DOC DELETE

This commit is contained in:
velz 2018-10-06 11:44:41 +05:30
parent 714f7ab021
commit 303f746960

View File

@ -422,9 +422,13 @@ class PD_Controller extends REST_Controller {
}
public function updatePDDocs_post()
/*
*
*delete single PD Document - delete form table entry and S3 obj
*/
public function deletePDDoc_post()
{
}
/*