meraproject/module/academy/test/history/controller.php

14 lines
176 B
PHP
Raw Normal View History

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