Files
kiri-core/HttpServer/IInterface/Service.php
T
2020-09-04 00:41:33 +08:00

14 lines
95 B
PHP

<?php
namespace HttpServer\IInterface;
interface Service
{
public function onInit();
}