meraproject/module/soft/user/controller.php

13 lines
153 B
PHP
Raw Permalink Normal View History

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