meraproject/module/shop/property/controller.php

14 lines
170 B
PHP
Raw Normal View History

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