meraproject/module/shop/cash/controller.php

13 lines
161 B
PHP
Raw Normal View History

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