hyperf-chat/app/Services/FriendService.php

10 lines
78 B
PHP

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