meraproject/module/vcard/ban/controller.php

14 lines
154 B
PHP
Raw Permalink Normal View History

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