meraproject/module/common/gallery/controller.php

15 lines
190 B
PHP
Raw Permalink Normal View History

<?
namespace controller\common\gallery;
use common\gallery\Slide;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'common\Gallery';
}