meraproject/module/timer/category/controller.php

13 lines
163 B
PHP
Raw Permalink Normal View History

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