meraproject/module/academy/test/controller.php

14 lines
160 B
PHP
Raw Permalink Normal View History

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