hyperf-chat/app/Service/BaseService.php

9 lines
54 B
PHP
Raw Normal View History

2020-11-04 11:57:16 +08:00
<?php
2020-11-04 16:47:17 +08:00
namespace App\Service;
2020-11-04 11:57:16 +08:00
class BaseService
{
}