meraproject/module/ms/portal/verify/controller.php

14 lines
168 B
PHP
Raw Permalink Normal View History

<?
namespace controller\ms\portal\verify;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'ms\portal\Verify';
}