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

14 lines
168 B
PHP
Raw Permalink Normal View History

<?
namespace controller\shop\order\blank;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'shop\order\Blank';
}