meraproject/module/widget/video/profile/controller.php

12 lines
174 B
PHP
Raw Normal View History

<?
namespace controller\widget\video\profile;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'widget\video\Profile';
}