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

9 lines
75 B
PHP
Raw Normal View History

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