Files
kiri-core/http-server/Events/OnBeforeShutdown.php
T
2021-10-19 15:07:02 +08:00

19 lines
183 B
PHP

<?php
namespace Server\Events;
use Swoole\Server;
class OnBeforeShutdown
{
/**
* @param Server|null $server
*/
public function __construct(?Server $server = null)
{
}
}