meraproject/module/soft/subscribe/controller.php

13 lines
163 B
PHP
Raw Permalink Normal View History

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