meraproject/module/timer/history/controller.php

14 lines
162 B
PHP
Raw Normal View History

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