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

14 lines
176 B
PHP
Raw Normal View History

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