meraproject/module/landing/project/controller.php

14 lines
166 B
PHP
Raw Permalink Normal View History

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