14 lines
172 B
PHP
14 lines
172 B
PHP
<?
|
|
|
|
namespace controller\common\client\face;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'common\client\Face';
|
|
|
|
}
|
|
|
|
|