meraproject/module/soft/user/payment/controller.php

13 lines
169 B
PHP
Raw Permalink Normal View History

<?
namespace controller\soft\user\payment;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'soft\user\Payment';
}