This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-05-29 11:07:49 -04:00
parent d93c713297
commit b24a3eca66

View File

@@ -1,20 +1,9 @@
<?php
/**
* pmTablesProxy
*
* @author Erik Amaru Ortiz <erik@colosa.com, aortiz.erik@gmail.com>
* @inherits HttpProxyController
* @access public
*/
use ProcessMaker\Core\System;
use ProcessMaker\Validation\ExceptionRestApi;
use ProcessMaker\Validation\ValidationUploadedFiles;
//We need to suppress the error for the unittest that use this function
@header("Content-type: text/html;charset=utf-8");
class pmTablesProxy extends HttpProxyController
{