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