Files
kiri-core/HttpServer/Abstracts/HttpService.php
T

15 lines
130 B
PHP
Raw Normal View History

2020-08-31 01:27:08 +08:00
<?php
namespace HttpServer\Abstracts;
use Snowflake\Abstracts\Component;
abstract class HttpService extends Component
{
}