meraproject/module/soft/subscribe/free/controller.php

13 lines
173 B
PHP
Raw Permalink Normal View History

<?
namespace controller\soft\subscribe\free;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'soft\subscribe\Free';
}