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

9 lines
80 B
PHP
Raw Normal View History

2022-01-09 03:49:02 +08:00
<?php
2022-01-10 11:39:55 +08:00
namespace Kiri\Server\Contract;
2022-01-09 03:49:02 +08:00
interface OnBeforeShutdown
{
}