15 lines
175 B
PHP
15 lines
175 B
PHP
<?
|
|
|
|
namespace controller\widget\yaturbo\page;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'widget\yaturbo\Page';
|
|
|
|
}
|
|
|
|
|
|
|