14 lines
168 B
PHP
14 lines
168 B
PHP
<?
|
|
|
|
namespace controller\ms\portal\verify;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'ms\portal\Verify';
|
|
|
|
}
|
|
|
|
|