14 lines
180 B
PHP
14 lines
180 B
PHP
<?
|
|
|
|
namespace controller\common\template\notify;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'common\template\Notify';
|
|
|
|
}
|
|
|
|
|