hyperf-chat/app/Services/BaseService.php

9 lines
55 B
PHP

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