meraproject/module/shop/accumulate/controller.php

13 lines
165 B
PHP
Raw Normal View History

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