13 lines
177 B
PHP
13 lines
177 B
PHP
<?
|
|
|
|
namespace controller\profile\firebase\push;
|
|
|
|
use ms\ms\structure\msControllerTable;
|
|
|
|
class Api extends msControllerTable {
|
|
|
|
static $class = 'profile\firebase\Push';
|
|
|
|
}
|
|
|