meraproject/module/shop/item/growth/controller.php

14 lines
168 B
PHP
Raw Normal View History

<?
namespace controller\shop\item\growth;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'shop\item\Growth';
}