hyperf-chat/app/Services/ArticleService.php

10 lines
79 B
PHP
Raw Normal View History

2020-11-04 11:57:16 +08:00
<?php
namespace App\Services;
class ArticleService extends BaseService
{
}