hyperf-chat/app/Services/FriendService.php

10 lines
78 B
PHP
Raw Normal View History

2020-11-04 11:57:16 +08:00
<?php
namespace App\Services;
class FriendService extends BaseService
{
}