hyperf-chat/app/Service/FriendService.php

10 lines
77 B
PHP

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