meraproject/module/vcard/views/controller.php

13 lines
157 B
PHP
Raw Normal View History

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