meraproject/module/compare/project/controller.php

14 lines
166 B
PHP
Raw Normal View History

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