Files
kiri-core/http-server/Events/OnShutdown.php
T
2021-08-24 18:24:46 +08:00

19 lines
177 B
PHP

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