meraproject/module/achi/progress/user/controller.php

14 lines
172 B
PHP
Raw Normal View History

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