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

14 lines
178 B
PHP
Raw Permalink Normal View History

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