Files
kiri-core/http-server/SInterface/OnBeforeShutdown.php
T

9 lines
69 B
PHP
Raw Normal View History

2021-10-19 15:07:02 +08:00
<?php
namespace Server\SInterface;
interface OnBeforeShutdown
{
}