Files
kiri-core/http-server/SInterface/OnBeforeShutdown.php
T
2021-10-19 15:07:02 +08:00

9 lines
69 B
PHP

<?php
namespace Server\SInterface;
interface OnBeforeShutdown
{
}