13 lines
169 B
PHP
13 lines
169 B
PHP
<?
|
|
|
|
namespace controller\soft\user\payment;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'soft\user\Payment';
|
|
|
|
}
|
|
|