<?php
/**
* Author: cfn <cfn@leapy.cn>
*/
namespace App\Event;
class LogEvent
{
public function __construct(public array $data){}
}