meraproject/module/profile/firebase/push/controller.php

13 lines
177 B
PHP
Raw Normal View History

<?
namespace controller\profile\firebase\push;
use ms\ms\structure\msControllerTable;
class Api extends msControllerTable {
static $class = 'profile\firebase\Push';
}