b2728947a3
This reverts commit fdf58326
9 lines
80 B
PHP
9 lines
80 B
PHP
<?php
|
|
|
|
namespace Kiri\Server\Contract;
|
|
|
|
interface OnBeforeShutdown
|
|
{
|
|
|
|
}
|