Files
kiri-core/http-helper/IInterface/Service.php
T
2021-08-17 16:43:50 +08:00

15 lines
114 B
PHP

<?php
declare(strict_types=1);
namespace Http\IInterface;
interface Service
{
public function onInit();
}