meraproject/module/common/comment/controller.php

13 lines
163 B
PHP
Raw Permalink Normal View History

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