meraproject/module/ms/widget/settings/controller.php

14 lines
172 B
PHP
Raw Normal View History

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