hyperf-chat/app/Service/BaseService.php

9 lines
63 B
PHP
Raw Permalink 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
2021-08-27 22:55:42 +08:00
abstract class BaseService
2020-11-04 11:57:16 +08:00
{
}