GraphQL: Remove files for user webservices #2644
parent
707087e514
commit
c707bf8b48
@ -1,16 +0,0 @@ |
||||
<?php |
||||
/* For licensing terms, see /license.txt */ |
||||
/** |
||||
* Configures the WSUser SOAP service. |
||||
* |
||||
* @package chamilo.webservices |
||||
*/ |
||||
require_once __DIR__.'/webservice_user.php'; |
||||
require_once __DIR__.'/soap.php'; |
||||
|
||||
/** |
||||
* Configures the WSUser SOAP service. |
||||
* |
||||
* @package chamilo.webservices |
||||
*/ |
||||
$s = WSSoapServer::singleton(); |
@ -1,14 +0,0 @@ |
||||
<?php |
||||
/* For licensing terms, see /license.txt */ |
||||
/** |
||||
* @package chamilo.webservices |
||||
*/ |
||||
require_once __DIR__.'/../inc/global.inc.php'; |
||||
require_once __DIR__.'/webservice.php'; |
||||
|
||||
/** |
||||
* Web services available for the User module. This class extends the WS class. |
||||
*/ |
||||
class WSUser extends WS |
||||
{ |
||||
} |
Loading…
Reference in new issue