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