14 lines
150 B
PHP
14 lines
150 B
PHP
<?
|
|
|
|
namespace controller\pm\post;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'pm\Post';
|
|
|
|
}
|
|
|
|
|