meraproject/module/compare/property/value/controller.php

13 lines
179 B
PHP
Raw Permalink Normal View History

<?
namespace controller\compare\property\value;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'compare\property\Value';
}