hedera-web/rest/core/supplant.php

13 lines
181 B
PHP
Raw Normal View History

2016-10-04 15:27:49 +00:00
<?php
class Supplant extends Vn\Web\JsonRequest
{
const PARAMS = ['supplantUser'];
function run ($db)
{
return $this->service->createToken ($_REQUEST['supplantUser']);
}
}