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

12 lines
180 B
PHP
Raw Permalink Normal View History

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