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

14 lines
178 B
PHP
Raw Permalink Normal View History

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