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

14 lines
194 B
PHP
Raw Permalink Normal View History

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