13 lines
173 B
PHP
13 lines
173 B
PHP
<?
|
|
|
|
namespace controller\soft\subscribe\free;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'soft\subscribe\Free';
|
|
|
|
}
|
|
|