meraproject/module/common/faq/controller.php

14 lines
156 B
PHP
Raw Permalink Normal View History

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