Files
kiri-core/http-server/Events/OnManagerStart.php
T

17 lines
166 B
PHP
Raw Normal View History

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