meraproject/module/blog/news/section/controller.php

14 lines
170 B
PHP
Raw Normal View History

<?
namespace controller\blog\news\section;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'blog\news\Section';
}