hyperf-chat/app/Services/ArticleService.php

10 lines
79 B
PHP

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