*/ namespace App\Event; class LogEvent { public function __construct(public array $data, public string $uuid){} }