meraproject/module/shop/cashback/profile/controller.php

13 lines
177 B
PHP
Raw Normal View History

<?
namespace controller\shop\cashback\profile;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'shop\cashback\Profile';
}