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