17 lines
183 B
PHP
17 lines
183 B
PHP
<?
|
|
|
|
namespace controller\common\page;
|
|
|
|
use common\page\Block;
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'common\Page';
|
|
|
|
|
|
|
|
}
|
|
|
|
|