hyperf-chat/app/Service/FriendService.php

10 lines
77 B
PHP
Raw Normal View History

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