meraproject/module/widget/yaturbo/page/controller.php

15 lines
175 B
PHP
Raw Normal View History

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