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

14 lines
172 B
PHP
Raw Permalink Normal View History

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