meraproject/module/soft/user/check/controller.php

11 lines
163 B
PHP
Raw Normal View History

<?
namespace controller\soft\user\check;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'soft\user\Check';
}