meraproject/module/timer/action/controller.php

13 lines
159 B
PHP
Raw Normal View History

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