hyperf-chat/app/Service/BaseService.php

9 lines
54 B
PHP

<?php
namespace App\Service;
class BaseService
{
}