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

19 lines
161 B
PHP
Raw Normal View History

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