meraproject/module/vcard/card/controller.php

14 lines
156 B
PHP
Raw Normal View History

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