meraproject/module/common/page/controller.php

17 lines
183 B
PHP
Raw Permalink Normal View History

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