Files
ulthon_admin/app/common/service/TimerService.php

10 lines
129 B
PHP

<?php
namespace app\common\service;
use base\common\service\TimerServiceBase;
class TimerService extends TimerServiceBase
{
}