Files
kiri-core/http-server/IInterface/Service.php
T

14 lines
95 B
PHP
Raw Normal View History

2020-09-02 11:38:47 +08:00
<?php
namespace HttpServer\IInterface;
interface Service
{
public function onInit();
}