meraproject/module/shop/sale/item/controller.php

14 lines
164 B
PHP
Raw Normal View History

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