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

14 lines
180 B
PHP
Raw Permalink Normal View History

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