hyperf-chat/app/Services/BaseService.php

9 lines
55 B
PHP
Raw Normal View History

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