Files
kiri-http-server/Contract/OnBeforeShutdown.php
T

9 lines
67 B
PHP
Raw Normal View History

2021-11-03 15:17:52 +08:00
<?php
2021-11-18 11:37:12 +08:00
namespace Server\Contract;
2021-11-03 15:17:52 +08:00
interface OnBeforeShutdown
{
}