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

13 lines
171 B
PHP
Raw Normal View History

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