0
1
Fork 0
hedera-web-mindshore/rest/core/logout.php

10 lines
119 B
PHP
Raw Normal View History

2016-07-22 20:00:27 +00:00
<?php
2018-05-23 10:14:20 +00:00
class Logout extends Vn\Web\JsonRequest {
function run($db) {
$this->service->logout();
2016-07-22 20:00:27 +00:00
return TRUE;
}
}