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

15 lines
173 B
PHP
Raw Normal View History

<?
namespace controller\shop\cart\item;
use shop\core\structure\shopControllerTable;
class Api extends shopControllerTable {
static $class = 'shop\cart\Item';
}