meraproject/module/shop/email/template/controller.php

14 lines
174 B
PHP
Raw Permalink Normal View History

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