hyperf-chat/app/Services/EmoticonService.php

10 lines
80 B
PHP

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