meraproject/module/common/note/controller.php

14 lines
158 B
PHP
Raw Permalink Normal View History

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