14 lines
158 B
PHP
14 lines
158 B
PHP
<?
|
|
|
|
namespace controller\common\file;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'common\File';
|
|
|
|
}
|
|
|
|
|