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

14 lines
174 B
PHP
Raw Normal View History

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