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

14 lines
196 B
PHP
Raw Permalink Normal View History

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