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

14 lines
178 B
PHP
Raw Permalink Normal View History

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