hyperf-chat/app/Services/UserService.php

9 lines
75 B
PHP

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