15 lines
173 B
PHP
15 lines
173 B
PHP
<?
|
|
|
|
namespace controller\shop\cart\item;
|
|
|
|
use shop\core\structure\shopControllerTable;
|
|
|
|
class Api extends shopControllerTable {
|
|
static $class = 'shop\cart\Item';
|
|
|
|
|
|
|
|
}
|
|
|
|
|