12 lines
174 B
PHP
12 lines
174 B
PHP
|
|
<?
|
||
|
|
|
||
|
|
namespace controller\soft\subscribe\group;
|
||
|
|
|
||
|
|
use ms\ms\structure\msControllerTable;
|
||
|
|
|
||
|
|
class Api extends msControllerTable {
|
||
|
|
|
||
|
|
static $class = 'soft\subscribe\Group';
|
||
|
|
|
||
|
|
}
|