meraproject/module/achi/project/controller.php

11 lines
157 B
PHP
Raw Normal View History

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