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

13 lines
173 B
PHP
Raw Permalink Normal View History

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