meraproject/module/shop/item/price/component/controller.php

14 lines
186 B
PHP
Raw Normal View History

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