meraproject/module/academy/comment/controller.php

14 lines
166 B
PHP
Raw Permalink Normal View History

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