meraproject/module/common/support/controller.php

13 lines
163 B
PHP
Raw Normal View History

<?
namespace controller\common\support;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'common\Support';
}