meraproject/module/ms/portal/domain/controller.php

12 lines
166 B
PHP
Raw Normal View History

<?
namespace controller\ms\portal\domain;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'ms\portal\Domain';
}