Files
kiri-core/Server/Events/OnShutdown.php
T

19 lines
164 B
PHP
Raw Normal View History

2021-08-12 14:08:40 +08:00
<?php
namespace Server\Events;
use Swoole\Server;
class OnShutdown
{
/**
* @param Server $server
*/
public function __construct(Server $server)
{
}
}