Files
kiri-http-server/SInterface/OnBeforeShutdown.php
T
2021-11-03 15:17:52 +08:00

9 lines
69 B
PHP

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