13 lines
171 B
PHP
13 lines
171 B
PHP
<?
|
|
|
|
namespace controller\widget\video\block;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'widget\video\Block';
|
|
|
|
}
|
|
|