meraproject/module/shop/property/value/controller.php

14 lines
182 B
PHP
Raw Normal View History

<?
namespace controller\shop\property\value;
use shop\core\structure\shopControllerTable;
class Api extends shopControllerTable {
static $class = 'shop\property\Value';
}