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