meraproject/module/pm/company/controller.php

14 lines
156 B
PHP
Raw Normal View History

<?
namespace controller\pm\company;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'pm\Company';
}