hyperf-chat/app/Service/EmoticonService.php

10 lines
79 B
PHP

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