meraproject/module/common/file/controller.php

14 lines
158 B
PHP
Raw Normal View History

<?
namespace controller\common\file;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'common\File';
}