hyperf-chat/app/Service/BaseService.php

9 lines
63 B
PHP

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