meraproject/module/shop/cashback/controller.php

14 lines
162 B
PHP
Raw Permalink Normal View History

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