14 lines
180 B
PHP
14 lines
180 B
PHP
<?
|
|
|
|
namespace controller\common\support\message;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'common\support\Message';
|
|
|
|
}
|
|
|
|
|