13 lines
163 B
PHP
13 lines
163 B
PHP
<?
|
|
|
|
namespace controller\timer\category;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'timer\Category';
|
|
|
|
}
|
|
|