meraproject/module/vcard/stat/controller.php

14 lines
156 B
PHP
Raw Permalink Normal View History

<?
namespace controller\vcard\stat;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'vcard\Stat';
}