meraproject/module/shop/delivery/group/controller.php

14 lines
174 B
PHP
Raw Normal View History

<?
namespace controller\shop\delivery\group;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'shop\delivery\Group';
}