meraproject/module/common/template/notify/history/controller.php

14 lines
189 B
PHP
Raw Permalink Normal View History

<?
namespace controller\common\template\notify\history;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'template\notify\History';
}